Agontuk / react-redux-boilerplate

Simple webpack boilerplate for react with redux store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux-boilerplate

Simple webpack boilerplate for react with redux store.

Features

  • Hot Reloading
  • Eslint support
  • Sample counter app example
  • Redux implemented

Setup

$ git clone git@github.com:Agontuk/react-redux-boilerplate.git

$ cd react-redux-boilerplate

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm start

# build for production with minification
$ npm run build

NOTE: This project is for personal use. So no future support is guaranteed.

License

MIT

About

Simple webpack boilerplate for react with redux store

License:MIT License


Languages

Language:JavaScript 96.1%Language:HTML 3.9%