adriancbo / generator-fluxible

Yeoman generator for Fluxible

Home Page:http://fluxible.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-fluxible

npm version Build Status Dependency Status devDependency Status

Getting Started

npm install -g yo

To install generator-fluxible from npm, run:

npm install -g generator-fluxible

Finally, initiate the generator:

yo fluxible

Then run gulp or grunt, depending on your choice. Browse to http://localhost:3000 to see a very simple Fluxible site with server-side rendering and client-side navigation.

Debugging

Fluxible uses debug to expose debugging information on the server and client.

Server

Start the application with the DEBUG environment variable: DEBUG=* grunt.

Client

fluxibleDebug is exposed to the window object to manage debugging. You can enable it via the browser console: fluxibleDebug.enable('*'); then refresh the page. To disable, type the following: fluxibleDebug.disable();.

About

Yeoman generator for Fluxible

http://fluxible.io

License:Other


Languages

Language:JavaScript 100.0%