Skip to content

lgryn/breakout-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout game

Install:

  • Clone project
  • yarn install
  • yarn dev

Now game will be accessible on localhost:3000

Static export:

  • yarn build
  • Html standalone build will be stored in project root/out/ folder, run project root/out/index.html to start. Or download latest release