atwright147 / boilerplate-react

This is a reference app for best practices regarding React, Redux, Webpack and their associated tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate: React

This is a reference app for best practices regarding React, Redux, Webpack and their associated tools.

Installation

Clone this repo and run:

npm install

Try it out

npm run dev:stubs

Production build

The following command will create a full build into the dist folder.

npm run build

Created by Andy Wright and licensed under the MIT License.

About

This is a reference app for best practices regarding React, Redux, Webpack and their associated tools.

License:MIT License


Languages

Language:JavaScript 88.1%Language:CSS 9.9%Language:HTML 2.1%