generator-fluxible
v2.0.0
Published
Yeoman generator for Fluxible
Readme
generator-fluxible
Getting Started
npm install -g yoTo install generator-fluxible from npm, run:
npm install -g generator-fluxibleFinally, initiate the generator:
cd new-project
yo fluxibleDuring development, execute npm run dev to initiate webpack-dev-server
(with react-hot-loader support) and your application's server using nodemon.
Browse to http://localhost:3000 to see a very simple Fluxible site with
server-side rendering and client-side navigation. When you change files,
the server will be reloaded and the bundle will be rebuilt.
For other environments, make sure your application is built using
npm run build and then run npm start.
