Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 778 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 778 Bytes

Recipes! (w/ Flux)

Build Status Gitter

Server

Dev Mode

Install, setup.

$ npm install

Run the watchers, dev and source maps servers

$ gulp dev

URLS to test things out:

  • http://127.0.0.1:3000/: Server-side bootstrap, JS takes over.

Production

Install, setup.

$ npm install --production
$ npm run-script build

Run the server.

$ NODE_ENV=production node server/index.js