Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 685 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 685 Bytes

reason-of-life

Conway's Lifegame in Reason + reason-react with webpack + bs-loader.

Demo

Try on Demo page.

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