0.0.9 • Published 9 years ago

sails-generate-reactjs-gulp v0.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

sails-generate-reactjs-gulp

Gitter

Reactjs app generator for sails 0.11.0. It adds the basic client side react app structure in assets. It's designed to be run after running Mathew Marino's sails gulp generators. Details are in the Install section.

React version is at 0.13.3 and the https://github.com/mixxen/sails-react-example todo list and comments sample applications have been ported over.

##Install This should be used with Matthew Marino's (https://github.com/Karnith/sails-generate-new-gulp) sails gulp suit of generators. Follow the instructions from the sails-generate-new-gulp project and then modify the .sailsrc file in your app folder to be:

{
    "generators": {
        "modules": {
            "bower": "sails-generate-bower-gulp",
            "reactjs": "sails-generate-reactjs-gulp",
        }
    }
}

Then run the following having gone through all the sails-generate-new-gulp instructions.

npm install -g sails-generate-reactjs-gulp
sails generate reactjs <app name>
sails generate bower
npm install

Running

Start the application with a sails lift from the application root directory.

sails lift

Then navigate to http://localhost:1337

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago