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

https://github.com/chantastic/react-starter

I've done this like 500 times...
https://github.com/chantastic/react-starter

Last synced: 2 months ago
JSON representation

I've done this like 500 times...

Awesome Lists containing this project

README

          

## Usage

Get dependencies:

```
npm install
```

Run webpack with option (progress, color, watch):

```
npm start
```

Compile bundle without watching:

```
webpack
```

You can get fancy by using the
[webpack-dev-server](http://webpack.github.io/docs/tutorials/getting-started/#development-server).