/react-redux-starter

A react redux starter project using webpack 2.0, ESLint, and Babel

Primary LanguageJavaScript

Simple React Redux Starter Project

This is a simple React-Redux starter project. It has the following features:

  • Webpack 2.0 configuration
  • ESLint and Babel webpack loaders
  • AirBnB ESlint rules
  • React Redux skeleton directories and files

Usage

git clone https://github.com/bobbrady/react-redux-starter.git
npm install
npm start # Simple hello world page is at http://localhost:8080