Skip to content

dai-shun/open-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-init

NPM version

快速搭建React开发环境


特点

  • 一行命令生成基于webpack的开发环境
  • 支持ES2015

安装

$ npm i open-init -g

使用

搭建一个普通的React+Redux开发环境

$ mkdir React-Demo && cd React-Demo
$ open-init -n

启动开发环境

$ npm start

访问开发环境

http://127.0.0.1:3000

编译

$ npm run build

About

React项目脚手架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published