Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

babel react webpack

Last synced: 6 days 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
```