Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 665 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 665 Bytes

Getting Started

git clone [email protected]:rberruezo/manual-order.git
cd manual-order
npm install
npm start

Steps to run

Compile

npm start
How it works

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

Start server

python -m SimpleHTTPServer 8000

See it

Open a browser and go to http://localhost:8000/index.html

Source

React

https://facebook.github.io/react/docs/getting-started.html

ALT

http://alt.js.org/guide/