Skip to content

liampmccabe/react-redux-starter-kit

Repository files navigation

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

About

Barebones React, Redux & React Router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •