Repository for Jet's Game Store
- Enter
npm i
to install dependencies - To run the app, open the command line (cmd) choose either of the following:
- Enter
npm start
to run the app without usingnodemon
('normal run', does not run automatically whenever you made changes in the code) - Enter
npm run dev
to run the app usingnodemon
(runs automatically whenever you made changes in the code)
- The app can be accessed through any web browser at
https:/localhost:8080