aaronjparsons / vite-phaser-ts-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Started

This is an example template. To try it out do the following:

  1. Clone this repo
  2. Run npm install
  3. Run npm run dev
  4. You should see a URL where your game shows up
{
  "scripts": {
    "dev": "vite", // start dev server
    "build": "vite build", // build for production
    "serve": "vite preview" // locally preview production build
  }
}

About

License:MIT License


Languages

Language:TypeScript 71.2%Language:HTML 16.7%Language:JavaScript 12.1%