This is web application Frontend.
- Install Node.js
- Recommended method is by using NVM
- Recommended Node.js version is the latest LTS, currently v14.17.2
- Update
npm
to the latest version by runningnpm i -g npm@latest
- run
npm install
to install the project dependencies
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.