@malykhinvi/generator-spa

1.0.0 • Public • Published

generator-spa NPM version Build Status Dependency Status Coverage percentage

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

/@malykhinvi/generator-spa/

    Package Sidebar

    Install

    npm i @malykhinvi/generator-spa

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • malykhinvi