Skip to content

fromtexas/bubble-shooting-game

Repository files navigation

Bubble shooting game

Native JavaScript shooting game -> Preview

Bubble shooting game

EZ Setup

  1. git clone git@github.com:fromtexas/bubble-shooting-game.git
  2. cd bubble-shooting-game
  3. npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/ npm run dev

Production

Build the current application npm run build