slush-react
Version:
A slush generator to scaffold React apps with Fluxxor
29 lines (17 loc) • 862 B
Markdown
<%= appDescription %>
You will need to have [node][node] and [gulp][gulp] setup on your machine.
To package all source files and run on a local server simply run the following commands:
```sh
$ gulp compile
$ gulp
```
This should open a browser window with the application running locally. You can copy the address and paste it into any browser on your local network.
When editing, make sure you update the files within the `src` directory. These files will then be compressed and added to the `bin` directory ready for publishing.
The JavaScript files have been set in a modular way using [browserify][browserify]. This means you can treat the files like you do with `node` modules.
[]: http://nodejs.org/
[]: http://gulpjs.com/
[]: http://browserify.org/