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

https://github.com/windlany/react-simple-template

webpack搭建的react简易模板
https://github.com/windlany/react-simple-template

react webpack

Last synced: 2 months ago
JSON representation

webpack搭建的react简易模板

Awesome Lists containing this project

README

          

## react-simple-template
webpack搭建的react简易模板,适用于demo级react开发

## 运行方式
```bash
# clone到本地
git clone https://github.com/windlany/react-simple-template.git

# 下载依赖包
npm install

# 运行项目
npm run dev
```