https://github.com/virgoone/react-template
一个 react 项目模板
https://github.com/virgoone/react-template
Last synced: 3 months ago
JSON representation
一个 react 项目模板
- Host: GitHub
- URL: https://github.com/virgoone/react-template
- Owner: virgoone
- Created: 2021-05-09T14:05:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T06:09:36.000Z (about 4 years ago)
- Last Synced: 2025-01-13T19:46:04.733Z (5 months ago)
- Language: JavaScript
- Size: 202 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 这是一个 React 项目模板
## Getting Started
Install dependencies,
```bash
$ yarn
```Start the dev server,
```bash
$ yarn start
```Build library via `father-build`,
```bash
$ npm run build
```