Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 301 Bytes

React Starter Template

A simple CLI for creating webpack + react + redux + ES6 starter apps

  • react
  • react-router-component
  • redux
  • react-redux
  • redux-thunk

Install

npm install -g react-starter-template

Usage

react-starter my-awesome-app
cd my-awesome-app
yarn