An open API service indexing awesome lists of open source software.

https://github.com/kokororin/react-starter-template

A simple CLI for creating webpack + react + redux + ES6 starter apps
https://github.com/kokororin/react-starter-template

react react-template webpack webpack-tutorial

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# React Starter Template

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

* react
* react-router-component
* redux
* react-redux
* redux-thunk

## Install
```bash
npm install -g react-starter-template
```

## Usage
```bash
react-starter my-awesome-app
cd my-awesome-app
yarn
```