Game of Life created to complete freeCodeCamp project.
First install dependencies:
npm install
To run in development mode:
npm run dev
To create a production build: Recommend delete dist/ directory before creating production build
npm run build
Open the file dist/index.html
in your browser or, recommended, use a Live Server.