A Threejs game based off the space defending games where the goal is to move around and shoot the incoming ships. While also not getting shot yourself.
Simply run
npm install
to install project development dependancies.
To run locally in development mode, run
npm run dev
And then navigate to the URL output by the webpack-dev-server at the beginning of the command output