@malykhinvi/generator-spa
v1.0.0
Published
Yeoman generator for SPA build on top of React and redux using Ducks pattern.
Downloads
3
Readme
generator-spa
Yeoman generator for React application build with redux, using Ducks pattern.
Includes
- es6 (slightly modified Airbnb code style guide)
- react-router
- redux (Ducks pattern for organizing reducers, action types and action creators)
- redux-form
- stylus
- postcss (for now only autoprefixer)
- webpack config for optimized react application build
- babel 6 + react-transform-hmr
Installation
First, install Yeoman and generator-spa using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g @malykhinvi/generator-spa
Then generate your new project:
yo @malykhinvi/spa
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.
License
MIT © Vasily Malykhin