https://github.com/jigsawye/react-example-trunk
https://github.com/jigsawye/react-example-trunk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jigsawye/react-example-trunk
- Owner: jigsawye
- License: cc0-1.0
- Created: 2016-05-25T11:12:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T11:39:31.000Z (about 9 years ago)
- Last Synced: 2025-04-08T10:52:14.098Z (about 2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Example
This project rewrite from [React Transform Boilerplate](https://github.com/gaearon/react-transform-boilerplate).Run with development:
```
npm install
npm run dev
```Production build:
```
npm install
npm run build
```