Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flybayer/react-conway-life
Conway's Game of Life in the browser with React
https://github.com/flybayer/react-conway-life
Last synced: 10 days ago
JSON representation
Conway's Game of Life in the browser with React
- Host: GitHub
- URL: https://github.com/flybayer/react-conway-life
- Owner: flybayer
- Created: 2016-06-20T18:47:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T18:32:51.000Z (over 8 years ago)
- Last Synced: 2024-10-26T14:17:53.663Z (about 2 months ago)
- Language: JavaScript
- Size: 204 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life in the browser with React
This is in super heavy development, but I'm having a blast!
## Development setup
```shell
# install dependancies
npm install
```## Run tests
```shell
# run tests one time
npm run 1test# auto run the tests on file changes
npm test
```## Build for the browser
```shell
# build `public/index.js one time`
npm run build# auto build on file changes
npm start
```