Simple car racing game build on HTMLCanvas and React
To setup the app you need to have node and npm in your computer!
Production version
$ npm install
$ npm run deploy
Development version
$ npm install
$ npm run start
- npm run deploy - install dependencies, create production build and serve
- npm run start - create development build
- npm run serve - serve /build in localhost::8080