Skip to content

ianido/recipes-flux

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.3%
  • CSS 25.2%
  • Handlebars 1.8%
  • HTML 1.7%