Helps you keep in touch with your friends and family
The generated project includes a live-reloading static server on port 8080
(you can change the port in the gulpfile.js
config), which will build, launch, and rebuild the app whenever you change application code. To start the server, run:
$ npm start
If you prefer to just build without the live reload and build-on-each-change watcher, run:
$ npm run build
You can add additional functionality to your application by invoking the subgenerators included in the Flux Generator. You can add components using the following commands:
$ yo flux:component ComponentName
$ yo flux:action ActionCreatorName
$ yo flux:store StoreName
Also need to build Semantic
- navigate to /src/semantic
- run "gulp build"
- !!! should probably keep all of /semantic out of source code control
- since it can be rebuilt from whatever the semantic-ui build thing is
gulp deploy
to push the working version live on github pages