This repository contains the backend part of a demo implementation of Conway's Game Of Life.
Follow these steps to set up your local development environment:
- Install the dependencies by running
npm install
- Run the service using
npm dev
Some (very basic) unit tests have been added in the dedicated folder. Just type npm test
to run them.