Biased generator for react apps. Supports sass and jade.
Based on development of standalone component.
- Scaffolding standalone components
- Bootstrap react + flux application
- Automation of tasks
- Bundle dependencies,
- Sourcemapping,
- Transform JSX,
- Vendor specific dependencies,
- App specific dependencies
- Handle images & fonts
- Minify css, js, html
- Optimize js, images
- Auto prefix css
npm install <?>reactive -g
# Bootstrapping Project
> reactive init
# Scaffold a component
> reactive init --components form/datepicker
# Watch changes in app
> reactive watch
# Watch changes in component
> reactive watch --components form/datepicker
# Build project
> reactive build
# List react components
> reactive list --components