Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

The project has been update and moved to new address

项目已经升级和迁移新地址

Create-React

create react project engineer

Use

# Install
$ npm i create-react-generator -g

# Create app
$ peak new myapp

# Start app
$ cd myapp
$ npm i
$ npm start

Features

  • React-Router 4
  • Boilerplates
    • Redux
    • Dva
    • Mobox
  • Webpack 3.x

Mock

use json-server

# ./mock
$ node mockServer

if need proxy use http-proxy-middleware

# ./server
app.use('/api', proxy({ target: 'http://localhost:80', changeOrigin: true }));

First

About

build react project

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages