/react-redux-webpack-boilerplate

Boilerplate React, Redux, Webpack application, based on Create React App (https://github.com/facebookincubator/create-react-app)

Primary LanguageJavaScriptMIT LicenseMIT

Boilerplate app built with React Redux Webpack (and much more!)

This project was bootstrapped with Create React App.

Usage

# Clone this repository
git clone https://github.com/logicalicy/react-redux-webpack-boilerplate
# Go into the repository
cd react-redux-webpack-boilerplate
# Install dependencies
npm install
# Run the app
npm start