Skip to content

egid/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

About

Recipes (Flux example)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.6%
  • CSS 21.8%
  • Handlebars 1.6%