Skip to content

rberruezo/manual-order

Repository files navigation

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/

About

Manual order app to pass orders easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published