Starter kit for NodeJS, Express with handlebarsjs
- 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.