Skip to content

MaslovMykhailo/road-fighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Road Fighter

Simple car racing game build on HTMLCanvas and React

Demo

To setup the app you need to have node and npm in your computer!

Setup

Production version

$ npm install
$ npm run deploy

Development version

$ npm install
$ npm run start

Command description

  • npm run deploy - install dependencies, create production build and serve
  • npm run start - create development build
  • npm run serve - serve /build in localhost::8080

Releases

No releases published

Packages

No packages published