https://github.com/visiky/reactstudy
学习React,并积累一些Demo
https://github.com/visiky/reactstudy
Last synced: about 1 month ago
JSON representation
学习React,并积累一些Demo
- Host: GitHub
- URL: https://github.com/visiky/reactstudy
- Owner: visiky
- Created: 2017-04-14T10:54:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T00:48:11.000Z (about 8 years ago)
- Last Synced: 2025-02-14T03:53:45.051Z (3 months ago)
- Language: JavaScript
- Size: 1.74 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a collection of simple demos of React.js.
## Start
```
git clone https://github.com/Me-Momo/reactStudy.git
npm installnpm run mock
npm run start
```Now you can explore React ~~~