iPhone Case App
Run with npm start
and go to http://localhost:3000
sudo npm install -g supervisor node-inspector
For automatic server reloading when source files change
supervisor server.js
Enable debug statements in console
DEBUG=instacase supervisor server.js
Debug node.js code in browser
node-inspector &
supervisor --debug server.js
- Go to
http://localhost:8080/debug?port=5858
Templates are in app/views
Assets are in public/
Basically the same layout as a Rails project
Run with 'mrt' in the instacase_fe folder