An open API service indexing awesome lists of open source software.

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.

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
```