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 )
- Extract the zip to a folder.
- Navigate to the folder using Terminal and type "npm install". This will deploy all the modules needed. In this case express and express-handlebars
- Then start the server, "nodemon app.js"
- Access on port 3000.