Skip to content

arjunreddy-001/personal-portfolio-arjunreddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio

To open this project in your computer, clone or download this project from this git repo. This project is using React so you need to install necessary dependencies before you be able to run app on your favorite browser.

Tech Stack

HTML CSS SASS JavaScript TypeScript React Jest

In the project directory, you can run:

npm install

Very first command which you need to run in your project directory. This installs all necessary dependencies which are mentioned in package.json file.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.