Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 580 Bytes

vite-ts-phaser-starter

This repo contains a typescript phaser project template using vite.

Getting started

Clone this repository and install its dependencies:

git clone https://github.com/supertorpe/vite-ts-phaser-starter.git
cd vite-ts-phaser-starter
npm install

npm run dev launches a server with hot reloading. Navigate to localhost:3000.

npm run build builds the application to dist, generating two bundles for differential serving.

npm run serve launches a server over the previous build.

License

MIT.