Conway's game of life web version!
Issue and PR are always welcome :)
Clone this repository.
git clone https://github.com/TroyTae/game-of-life.git
Install npm modules. (If you are not install npm, do it first)
npm install
If you wanna start server, use this command.
npm run start
Then you can open this url(http://localhost:4200) in you browser.
If you wanna build, use this command.
npm run build
Then you can see builded files in docs
directory.