Skip to content

evanvosberg/workshop-beetroot-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published