0.1.4 • Published 10 years ago

generator-aotoki-reactjs v0.1.4

Weekly downloads
10
License
BSD
Repository
github
Last release
10 years ago

generator-aotoki-reactjs Build Status

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

License

BSD license

0.1.4

10 years ago

0.1.3

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago