Skip to content

flicker85/react-redux-saga-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-saga-cli

NPM version NPM downloads

CLI for react projects

Getting Started

# Install
$ npm install -g react-redux-saga-cli

# Create app
$ react new ReactApp

# Start app
$ cd ReactApp
$ npm start

Usage

react new [options]

Create app with new project.

Usage Examples

$ react new ReactApp
$ react new ReactApp --demo

options

  • --demo -- Generate a simple demo project

dva add

Generate a new route

Usage Examples

$ react add MyRoute