Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 484 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 484 Bytes

-Stories in Ready

conway-redux-vdom

Conway's Game of Life built with redux and virtual-dom

how

install

git clone https://github.com/pietgeursen/conway-redux-vdom
cd conway-redux-vdom
npm install

develop

npm start

browse to http://localhost:9966/.

test

npm test

deploy

npm run deploy