A React implementation of Conway's Game of Life.
-
Install dependencies:
npm install
-
Start server:
- Dev server (recomended max grid 200x100):
npm run dev
- Prod server (recomended max grid 250x250):
npm run start
or
npm run build npm run preview
-
Open http://localhost:5173 / http://localhost:4173 in your browser.