GamesDev / fluxible.io

The doc site for Fluxible

Home Page:http://fluxible.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluxible.io

Build Status Coverage Status

The doc site for Fluxible.

Setup

$ npm install

Run the app

$ npm run dev

This will use nodemon and webpack to watch for changes and restart and rebuild as needed.

Open http://localhost:3000

Production

To run in production, use NODE_ENV=production npm run dev. This will use the production assets that webpack generates. NOTE, this may break your application if the asset hashes are not on CDN.

License

Unless otherwise specified, this software is free to use under the Yahoo! Inc. BSD license. See the LICENSE file for license text and copyright information.

About

The doc site for Fluxible

http://fluxible.io

License:Other


Languages

Language:JavaScript 84.3%Language:CSS 15.7%