name of the project is changed, readme is changed and webbrowser task is added to gulp
This commit is contained in:
23
README.md
23
README.md
@@ -1,14 +1,21 @@
|
||||
## FLUX React JS Boilerplate
|
||||
## CsvEditor based on FLUX React JS Boilerplate
|
||||
|
||||
Based on the architecture suggestions from Facebook, this boilerplate will help you deal with it. It has included the flux-react extension to React JS, [flux-react](https://github.com/christianalfoni/flux-react).
|
||||
Read more about FLUX over at [Facebook Flux Website](http://facebook.github.io/flux/)
|
||||
Read more about RejactJS on [React JS Website](http://facebook.github.io/react/)
|
||||
Read more about Gulp on [Gulp Website](http://gulpjs.com/)
|
||||
|
||||
Read more about FLUX over at [Facebook Flux](http://facebook.github.io/flux/) and I wrote a post about it too: [My experiences building a FLUX application](http://christianalfoni.github.io/javascript/2014/10/27/my-experiences-building-a-flux-application.html) and [React JS and FLUX](http://christianalfoni.github.io/javascript/2014/08/20/react-js-and-flux.html)
|
||||
### Development - setup
|
||||
|
||||
### Development
|
||||
* Run `gulp`
|
||||
* Start a webservice in the `build` folder, f.ex. `python -m SimpleHTTPServer`
|
||||
* Go to `localhost:8000` to display the app
|
||||
* Go to `localhost:8000/testrunner.html` to see your tests
|
||||
* Run `sudo npm install -g gulp` to install gulp globally
|
||||
* Run `npm install --save-dev gulp` to install gulp locally
|
||||
* Run `npm install` to install other packages
|
||||
|
||||
### Development
|
||||
|
||||
* Run `gulp` to get watcher running
|
||||
* Start a web server with root in the `build` folder, with `gulp webserver`
|
||||
* Go to `localhost:31337` to display the app
|
||||
* Go to `localhost:31337/testrunner.html` to see your tests
|
||||
* Any changes to `app` or `styles` folder will automatically rebuild to `build` folder
|
||||
* Both tests and application changes will refresh automatically in the browser
|
||||
* Run `gulp test` to run all tests with phantomJS and produce XML reports
|
||||
|
||||
Reference in New Issue
Block a user