Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 207 Bytes

game-of-life

Game of life on JavaScript

Enter the following to start building the application

npm i
npm run build

Or

npm run dev

For test application

npm run test