You need Node Js and npm to run this app
To run the app, you can use this command :
Access the project directory :
cd MyPortfolio
Install dependencies :
npm install
or use yarn :
yarn
Runs the app in development mode :
npm start
or :
yarn start
Open http://localhost:3000 to view it in the browser.
To build Project run :
npm run build or yarn build
To run the app in production mode :
serve -s build
you can also launch it manualy by double-clicking index.html in the build folder.