Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 439 Bytes

Game of Life with typescript and tdd

Implementation of Conway's Game of Life

Building the repo

npm run build

Type checking the repo

npm run type-check
npm run type-check:watch

Create bundle

npm run bundle

Testing (using jest)

npm test
npm test:watch

Demo

npm run bundle
node dist/app.bundle.js