Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```