Space Invaders Canvas Game

How to start

First install dependencies

npm i

To start project run

npm run start

To lint and fix codestyle

npm run lint