This project started as my synoptic project for my apprenticeship, a maze game to cover a set of requirements. This took place over 5 days and is tagged as release v1.0.0
- Install Node 12 (other versions should work).
- Clone this repository.
- Run
npm ci
to install the dependencies. - Run
npm run dev
to start webpack-dev-server which bundles and restarts when changes are made. - Open http://localhost:8080/ in a browser.
This project uses Jest, and has been configured to work with webpack.
Run npm run test
To build production ready files (output in dist folder), run npm run build