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
- Host: GitHub
- URL: https://github.com/dawee/reason-react-webpack-boilerplate
- Owner: dawee
- Created: 2019-03-21T01:38:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T01:47:22.000Z (over 7 years ago)
- Last Synced: 2025-10-27T15:28:18.866Z (9 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```