/flux-rtc

Primary LanguageJavaScript

Flux Project

Flux project boilerplate

Running your project

The project includes a live-reloading static server on port 8080 (configurable in gulpfile.js)

$ npm start

Generating Additional Code

With yo you can generate additional code with Flux generators:

Components

$ yo flux:component ComponentName

Actions

$ yo flux:action ActionCreatorName

Stores

$ yo flux:store StoreName