Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 316 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 316 Bytes

AsteroidsJS

Old school asteroids with HTML5 Canvas

Try it out!

Build

npm run build

Watch

npm run watch

Local Dev Server

npm run serve

Local Dev Server with Watch

npm start (still requires reload in browser for changes)