/redux-app

A simple realization of the redux app using React hot reload boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Description

A minimal development set for react with babel, webpack, css, eslint, flowtype, redux and live-reloading.

Includes

  • React
  • Babel
  • Webpack
  • ESLint
  • Browser-Sync
  • CSS & style loader
  • Flowtype
  • Redux

Usage

git clone https://github.com/gubnota/redux-app YOUR_APP_NAME
cd YOUR_APP_NAME
npm i        # Use yarn alternatively
npm start    # Run webpack to build then start browser-sync
npm run lint # Lint to src
npm run flow # Check type of annotated sources with `@flow`

Author

License

MIT License