Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 367 Bytes

Server-side templating with handlebars and node.js

Requirements

Node.js must be installed: https://nodejs.org

Install the handlebars module:

npm install

Running the server

npm start

Viewing the result

Once the server has been started, go to http://localhost:8000/.