0.1.4 • Published 11 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 yoYeoman Generators
To install generator-aotoki-reactjs from npm, run:
npm install -g generator-aotoki-reactjsFinally, initiate the generator:
yo aotoki-reactjsUsage
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 gulpStart project
To coding your ReactJS project, just run:
gulpTasks
To find available task, run:
gulp helpUnit Test
This project already setup with bable and jest, you can simple follow the jest gulide to run test.
Roadmap
- Add Flux support