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

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

Awesome Lists containing this project

README

          

# react-boilerplate

> Minimal React Boilerplate

### Setup

```
$ npm install
```

### Compile

```
$ npm run compile
```

### Start

```
$ npm start
```