https://github.com/javierbyte/react-app-starter
React starter boilerplate for small apps.
https://github.com/javierbyte/react-app-starter
boilerplate frontend react
Last synced: 5 months ago
JSON representation
React starter boilerplate for small apps.
- Host: GitHub
- URL: https://github.com/javierbyte/react-app-starter
- Owner: javierbyte
- Created: 2016-04-02T08:51:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T00:46:09.000Z (about 10 years ago)
- Last Synced: 2025-05-19T10:06:40.122Z (about 1 year ago)
- Topics: boilerplate, frontend, react
- Language: JavaScript
- Size: 405 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Minimal Starter
* React.
* React-Transform (hot reload).
* Uglify.
* Less.
## Getting started.
### Development.
```
npm start
```
### Production.
```
npm run build
```