/simple-react-redux-boilerplate

A simple React-Redux boilerplate example ToDo project using Webpack and the latest versions of everything.

Primary LanguageJavaScriptMIT LicenseMIT

Simple React Redux boilerplate

This project provides a simple React-Redux boilerplate application. It has the following features:

  • Provides a simple To-Do app .
  • Minimal Webpack v.4 with babel configuration, nothing fancy.
  • Webpack uses Babel transpiler. Copies index.html and style.css to the build directory.
  • Latest version of of React, Redux, and Webpack used.
  • Bootstrap v4 Container grid used, but not intrusive.

Usage

# Clone this repo
git clone https://github.com/bobbrady/simple-react-redux-boilerplate.git

# cd into the project directory
cd simple-react-redux-boilerplate

# Build with webpack and run with the webpack-dev-server
npm start

# Go to http://localhost:8080 and view the ToDo list

Screenshot

Simple App with ToDo list connected component and a ToDo details connected component - All wrapped in Bootstrap v4.

Simple React Redux Boilerplate Screenshot