https://simple-game-test.netlify.com/
- Install project tools:
npm install -g parcel-bundler typescript - Install project dependencies:
npm install - Start game server:
parcel serve src/index.html --open - Build game:
parcel build src/index.html --no-source-maps