Skip to content

Instantly share code, notes, and snippets.

@rishavk1102
Created September 21, 2023 13:09
Show Gist options
  • Save rishavk1102/c5abf01f66801967eee65562d17bdffb to your computer and use it in GitHub Desktop.
Save rishavk1102/c5abf01f66801967eee65562d17bdffb to your computer and use it in GitHub Desktop.
Commands to create a new NodeJS project
mkdir [project_name]
cd [project_name]
npm init -y
touch index.js
npm i express multer
npm i nodemon --save-dev
code .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment