loclv / phaser-flappy-bird

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


header
Phaser 3 TypeScript - The flappy bird

This is a Phaser 3 starter with TypeScript, Rollup with ⚑️ lightning fast HMR through Vite.

🌟 Available Commands

Command Description
pnpm install Install project dependencies
pnpm dev Builds project and open web server, watching for changes
pnpm build Builds code bundle with production settings
pnpm serve Run a web server to serve built code bundle

πŸ§‘πŸΏβ€πŸ’» Development

Install pnpm:

npm i -g pnpm

After cloning the repo, run pnpm i from your project directory. Then, you can start the local development server by running pnpm dev and navigate to http://localhost:3000.

πŸƒβ€β™€οΈ Production

After running pnpm build, the files you need for production will be on the dist folder. To test code on your dist folder, run pnpm serve and navigate to http://localhost:5000.

πŸ‹ Thanks

About


Languages

Language:TypeScript 94.9%Language:HTML 4.4%Language:Shell 0.7%