snake
for demonstrational and educational purposes
- create external lib
- improve module handling (move away from es5, requirejs)
- add further tests (canvas?)
npm run build-n-serve
docker run -p 8080:80 snake
npm run test
TODO
COPY test ./
COPY jest.config.js ./
RUN npm test