Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 373 Bytes

Prerequisite:

You need to run the backend located in this repository on port 5000

Step 1:

npm install // to get all dependencies

Step 2:

npm start // to start the web app (development environment)


Creating a bundle of the app

npm run build // (production environment)