In the project directory, you can run:
npm i
This command will install all modules listed as dependencies in package.json.
npm run build
Builds the app for production.
npm run start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
.
├─── src : source code
├─── fonts : fonts using - Roboto-Regular
├─── img
├─── js : folder with js files
├─── styles : folder with project styles
├─── .babelrc
├─── configuration.html
├─── final.html
└─── main.html
├───package.lock.js
├───package.js
└─── webpack.comfig.js