/react-redux-starter-kit

Barebones React, Redux & React Router

Primary LanguageJavaScript

React Redux Starter Kit

A barebones starter kit for React/Redux projects.

Installation

$ git clone https://github.com/liampmccabe/react-redux-starter-kit.git
$ cd react-redux-starter-kit
$ npm install

To run in development

$ npm run dev

To run on production

$ npm run build
$ npm start

Application Structure

App structure is currently organised by feature.

.
├── app                      # Main app folder
│   ├── modules              # Code by feature component/actions/reducers
│   ├── config               # Store/reducers/routes
├── build                    # Used for development
├── dist                     # Used for production

What's included

  • React
  • React Router
  • React Redux
  • React Hot Reloader
  • Redux
  • Webpack
  • Webpack Dev Server