/bookmarks

Primary LanguageJavaScriptMIT LicenseMIT

Bookmarks

Build Status

A barebones Node.js app using Express 4.

This application supports the Getting Started with Node on Heroku article - check it out.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone git@github.com:kou64yama/bookmarks.git # or clone your own fork
$ cd bookmarks
$ npm install
$ npm start

Your app should now be running on localhost:3001.

Deploying to Heroku

$ npm run deploy

Documentation

TBD...

License

MIT