Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 310 Bytes

Frontend MakeMyChoice

How to run

Only the first time (or when a new dependency get added):

npm install

Everytime you want to run the app:

npm start

The application will be running on localhost:8080. Remember to close the process with CTRL+C, NOT CTRL-Z.

This will avoid security issues.