Game of life 2.0 https://swanncastel.github.io/game-of-life/
Game of life sandbox to practice Vue3, TDD, Custom Webpack / Babel / Eslint config to understand what VueCli basically does.
2 modes
Edition :
Simulation :
# Install dependencies
npm install
# Run dev server
npm run dev
# Lint files
npm run lint
# Format files
npm run prettier
# Run unit test with jest
npm test
# Compile to production
npm run build