Collect all notes in one place using handlebars for templating and json for data.
- normalize.css for differences between browsers and platforms
- masonry.js for layout
- handlebars.js for templating
- node.js for running the server
- express for handling the http request and routing
Install the node dependencies
npm install
Node will use port 9000 by default.
node server.js
If you want it to run in another port you can set an env variable PORT to something else.
PORT=80 node server.js