https://github.com/unbug/react-boilerplate
react boilerplate for react project
https://github.com/unbug/react-boilerplate
Last synced: about 23 hours ago
JSON representation
react boilerplate for react project
- Host: GitHub
- URL: https://github.com/unbug/react-boilerplate
- Owner: unbug
- Created: 2018-08-08T17:32:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T06:51:11.000Z (almost 7 years ago)
- Last Synced: 2025-08-21T00:06:07.571Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 278 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-boilerplate
react boilerplate for react project.
## get started
```shell
// install denpendence
npm install
// run project
npm run start
```