git clone [email protected]:rberruezo/manual-order.git
cd manual-order
npm install
npm start
npm start
npm looks in your package.json file, and if you have something like
"scripts": { "start": "coffee server.coffee" }
then it will do that. If npm can't find your start script, it defaults to: node server.js
python -m SimpleHTTPServer 8000
Open a browser and go to http://localhost:8000/index.html