Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 486 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 486 Bytes

Workshop @beetroot NodeJS

Setup

  • nstall NodeJS with NPM.
  • download or fork this repository
  • open your terminal / console / cli
  • navigate to the project folder
  • load dependencies via npm install

Start the app

  • simply run npm install in your cli

Tips

Install nodemon globally not to restart your app for every change.

Simply run npm install nodemon -g and start your app with nodemon server.js instead of node server.js