Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

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