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

https://github.com/dawee/reason-react-webpack-boilerplate

Reason + React + Webpack boilerplate
https://github.com/dawee/reason-react-webpack-boilerplate

Last synced: 3 months ago
JSON representation

Reason + React + Webpack boilerplate

Awesome Lists containing this project

README

          

# ReasonReact + Webpack boilerplate

This boilerplate intent to give you the minimum necessary to start playing with a Reason / React application.

## Install

```
yarn
```

## Run

First, run the bsb watcher in a terminal

```
yarn bsb
```

Then, in another terminal

```
yarn webpack
```