Skip to content

Instantly share code, notes, and snippets.

@stefankablowski
Created March 12, 2020 09:59
Show Gist options
  • Save stefankablowski/b87b0fd0542f58cdd15ee11b1153209d to your computer and use it in GitHub Desktop.
Save stefankablowski/b87b0fd0542f58cdd15ee11b1153209d to your computer and use it in GitHub Desktop.
Create a node JS Project

Create a Node JS Project

git init
npm init
npm i -S express
npm i -D nodemon

Create a .gitignore with

  • node_modules
  • build
  • npm-debug.log
  • .env
  • .DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment