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
- Host: GitHub
- URL: https://github.com/kokororin/react-starter-template
- Owner: kokororin
- Created: 2017-05-24T07:26:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T03:20:21.000Z (almost 9 years ago)
- Last Synced: 2026-03-24T04:33:23.952Z (2 months ago)
- Topics: react, react-template, webpack, webpack-tutorial
- Language: JavaScript
- Homepage:
- Size: 420 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```