Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created October 9, 2018 08:40
Show Gist options
  • Save amandeepmittal/00cd17a2e874564cbf6a1817b9cd9cad to your computer and use it in GitHub Desktop.
Save amandeepmittal/00cd17a2e874564cbf6a1817b9cd9cad to your computer and use it in GitHub Desktop.
# to generate package.json
npm init -y
# install following dependencies
npm install -S express mongoose
npm install -D nodemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment