gubnota / redux-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 99.0%Language:CSS 1.0%