Skip to content

mgraphic/Asteroid-Fever

Repository files navigation

Asteroid Fever

A JavaScript game inspired from Derek Banas

Written in Typescript

Generated from Webpack Frontend Starterkit

Dependabot badge

Working Demo: http://kmarshall.com/asteroids/

Installation

npm install

Start Dev Server

npm start

Build Prod Version

npm run build

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.