solomon23 / recipes-flux

Recipes (Flux example)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:JavaScript 71.2%Language:CSS 25.2%Language:Handlebars 1.8%Language:HTML 1.7%