express

Starter kit for NodeJS, Express with handlebarsjs

by
published on
So i have been using NodeJS and Handlebars for all my node projects and so uploading a starter kit which can be handy. Make sure Node, NPM and nodemon(optional) is already installed. How to use? (As if you need one :P )
  1. Extract the zip to a folder.
  2. Navigate to the folder using Terminal and type "npm install". This will deploy all the modules needed. In this case express and express-handlebars
  3. Then start the server, "nodemon app.js"
  4. Access on port 3000.
Cheers! Download the starter kit below: