0.1.4 • Published 10 years ago
generator-aotoki-reactjs v0.1.4
generator-aotoki-reactjs 
Yeoman generator
This is my personal reactjs bootstrap generator, it include bable and libsass to make some optimize. And it also include Parse.com integrate for fast build website on Parse.
Getting Started
First, you may need Yeoman
to use this generator.
npm install -g yo
Yeoman Generators
To install generator-aotoki-reactjs from npm, run:
npm install -g generator-aotoki-reactjs
Finally, initiate the generator:
yo aotoki-reactjs
Usage
This project will generated gulp
task, and written in iojs-1.8
, and use some ES6 feature.
I strong suggest use iojs-1.8
to work with this project.
To start coding, you need gulp installed.
npm install -g gulp
Start project
To coding your ReactJS project, just run:
gulp
Tasks
To find available task, run:
gulp help
Unit Test
This project already setup with bable and jest, you can simple follow the jest gulide to run test.
Roadmap
- Add Flux support