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