This is a clone of original Atari Inc. game Asteroids. Visit Wikipedia to learn more.
First, install NPM and Webpack. Then build the application bundle:
npm install
npx webpack
You can check the result by opening ./dist/index.html
in your browser.