Pinterest like app build in node.js
Install NPM packages:
$ npm install
Install component:
$ npm install -g component
Build client-side code:
$ make
Run server:
$ node app.js
View board:
http://localhost:3000/pinboard
Download bookmarklet:
http://localhost:3002/pinboard/about
- add multiple boards
- add authentication
- add commenting