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简易模板
- Host: GitHub
- URL: https://github.com/windlany/react-simple-template
- Owner: windlany
- Created: 2018-05-27T11:24:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T11:30:08.000Z (about 8 years ago)
- Last Synced: 2025-10-24T13:42:56.609Z (9 months ago)
- Topics: react, webpack
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```