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

https://github.com/rexhang/create-react-project

脚手架系统(scaffolding system) - by rexhang
https://github.com/rexhang/create-react-project

Last synced: about 1 year ago
JSON representation

脚手架系统(scaffolding system) - by rexhang

Awesome Lists containing this project

README

          

# create-react-project
[create-react-project] It is a scaffolding used to build react projects. Integrated Webpack (4+), AntDesign (4+), Typescript(3+), etc., so that novices can more easily get started, lower the threshold for entry, out of the box.

[create-react-project] 是用于搭建react项目的脚手架。集成了Webpack(4+)、AntDesign(4+)、Typescript(3+)等,让新手能够更加容易上手,减低入门的门槛,开箱即用。

### 基础运行环境
![node](https://img.shields.io/badge/node_version->=9.10.0-green.svg?style=plastic)

![npm](https://img.shields.io/badge/npm_version->=5.6.0-green.svg?style=plastic)

### 开源协议
[![npm](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rexhang/create-react-project/blob/master/LICENSE)

### 项目介绍
[create-react-project] scaffolding system

[create-react-project] 脚手架系统

### 使用说明
``` javascript
$ yarn install && yarn start && yarn build && yarn view(preset: npm i -g serve) && cd dist && npm publish
````

##### Author @RexHang Create At 2020.

##### Welcome To My [Website](https://rexhang.com/) and [Blog](http://www.rexhang.com/blog/) Or Connect With My [QQ](http://wpa.qq.com/msgrd?v=3&uin=1134916452).