- Clone this repo using
git clone --depth=1 https://github.com/lukemarsh/react-redux-boilerplate.git
- Run
npm install
to install dependencies - Run
npm start
to see the example app athttp://localhost:3000
.
Now you're ready to rumble!
Please note that this boilerplate is not meant for beginners! If you're just starting out with react or redux, please refer to https://github.com/petehunt/react-howto instead.
- Intro: What's included and why
- Commands: Getting the most out of this boilerplate
- Testing: How to work with the built-in test harness
- Styling: How to work with the CSS tooling
- Your app: Supercharging your app with Routing, Redux, simple asynchronicity helpers, etc.
This project is licensed under the MIT license, Copyright (c) 2016 Luke
Marsh. For more information see LICENSE.md
.