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

https://github.com/wayou/minimal-react-example

minimal react-webpack+babel setup
https://github.com/wayou/minimal-react-example

babel react webpack

Last synced: 3 months ago
JSON representation

minimal react-webpack+babel setup

Awesome Lists containing this project

README

          

minial-react-boilerplate
===

minimal react setup for local test purpose (for example, try the react hook new feature).

the following stuff are included:
- react@next
- babel
- webpack

### Installing

```sh
$ yarn
```

### Running

```sh
$ yarn start
```