Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.43 KB

React + Redux starter

This project includes a basic starter boilerplate for our React + Redux + React Router projects, using webpack as a build system and babel for transpilation.

Getting Started

npm install
npm run dev

Browse to http://localhost:9000.

Development

npm run dev

This will start a webpack dev server with hot reloading at http://localhost:9000.

Production

npm run build

This will build and uglify files to dist/ ready to push to production.

Includes

Todos

  • Configure react-devtools