https://github.com/frenchbread/react-boilerplate
Minimal React Boilerplate
https://github.com/frenchbread/react-boilerplate
Last synced: 11 months ago
JSON representation
Minimal React Boilerplate
- Host: GitHub
- URL: https://github.com/frenchbread/react-boilerplate
- Owner: frenchbread
- License: mit
- Created: 2017-01-16T19:27:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T18:18:55.000Z (over 9 years ago)
- Last Synced: 2025-04-05T20:31:12.812Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-boilerplate
> Minimal React Boilerplate
### Setup
```
$ npm install
```
### Compile
```
$ npm run compile
```
### Start
```
$ npm start
```