Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 743 Bytes

Redux Game of Life

An educational implementation of Conway's Game of Life using React and Redux

Features Redux and hot module replacement using the brand new React Transform by Dan Abramov

Check out the demo

install dependencies

$ npm i

start developmnent server

$ npm start

see it running on localhost:3000

License

js-standard-style