Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 288 Bytes

File metadata and controls

23 lines (13 loc) · 288 Bytes

Platformer

Canvas platformer game excercise.

How to start?

First install the needed npm dependencies:

npm install

To build run the npm-script:

npm run build

To build for production:

npm run build-prod

To start a dev server:

npm run start