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

https://github.com/jigsawye/react-example-trunk


https://github.com/jigsawye/react-example-trunk

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# React Example
This project rewrite from [React Transform Boilerplate](https://github.com/gaearon/react-transform-boilerplate).

Run with development:
```
npm install
npm run dev
```

Production build:
```
npm install
npm run build
```