https://github.com/kuy/reason-of-life
Conway's Lifegame in Reason + reason-react with webpack + bs-loader.
https://github.com/kuy/reason-of-life
bucklescript lifegame reason reason-react webpack
Last synced: 6 months ago
JSON representation
Conway's Lifegame in Reason + reason-react with webpack + bs-loader.
- Host: GitHub
- URL: https://github.com/kuy/reason-of-life
- Owner: kuy
- Created: 2017-04-09T08:45:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T16:17:24.000Z (over 4 years ago)
- Last Synced: 2024-04-14T23:14:49.473Z (over 1 year ago)
- Topics: bucklescript, lifegame, reason, reason-react, webpack
- Language: OCaml
- Homepage:
- Size: 64.5 KB
- Stars: 27
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## reason-of-life
Conway's Lifegame in [Reason](https://reasonml.github.io/) + [reason-react](https://github.com/reasonml/reason-react) with [webpack](https://webpack.js.org/) + [bs-loader](https://github.com/rrdelaney/bs-loader).
### Demo
[Try on Demo page](http://kuy.github.io/reason-of-life/).

### Development
Start webpack build with watching file changes and reload automatically (thanks to bs-loader).
```
$ yarn install
$ npm start
```
Open `localhost:8080` in your browser.
### Build
```
$ npm run build
```
### License
MIT
### Author
Yuki Kodama / [@kuy](https://twitter.com/kuy)