- 👤Created by
Apurv Prajapati
- Install nodejs and npm
- This project needs a fixed nodejs version:
- Nodejs version:
v14.17.6 - NPM version:
6.14.15
- Nodejs version:
- Use
nvmto install and manage different versions of nodejs on a single machine. - If you have
nvminstalled on the machine, usenvm usecommand to automatically switch to the specific nodejs version required by the project (As defined in the.nvmrcfile in the root folder)
-
You can use the attached code simply to compare it to yours. But you can also run it.
-
To run my code, navigate into a specific code snapshot folder via the
cdcommand in your command prompt or terminal first. -
Then run
npm installto install all required dependencies (this will create a/node_modulesfolder). -
Important: If you're using the code for a module that requires API keys or a backend (e.g. the module about sending Http requests), you'll have to use your backend URLs or API keys. Mine won't work (I disabled my projects)
-
For project run command
npm start