TECHWIZARD -KAD
2. use the command “code.” to open our project from the commandline
3. we use npm to install the nodemon to help us autosave our projects
4. nodemon is added to the scripts which is package.json
5. importation of necessary packages using const require
6. setting the port number if you want to use a hosting platform.
SAMPLE QUESTIONS AND EXTRACTS FROM THE PROJECT