mradbourne / react-redux-boilerplate

Boilerplate for React Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

Join the chat at https://gitter.im/react-redux-boilerplate/Lobby

Build Status

  1. Clone this repo using git clone --depth=1 https://github.com/lukemarsh/react-redux-boilerplate.git
  2. Run npm install to install dependencies
  3. Run npm start to see the example app at http://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.

Documentation

  • 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.

License

This project is licensed under the MIT license, Copyright (c) 2016 Luke Marsh. For more information see LICENSE.md.

About

Boilerplate for React Applications

License:MIT License


Languages

Language:JavaScript 91.6%Language:CSS 5.4%Language:ApacheConf 1.8%Language:HTML 1.1%