Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 680 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 680 Bytes

try the demo

https://blooming-reef-48511.herokuapp.com/

run locally

npm install

before starting the app with

node index.js

for testing, you need to also install mocha and should.js

export NODE_ENV=development npm install npm test

deploy to heroku

heroku create git push heroku master heroku open

sources

This example inspired by