Mercurial > code > home > repos > typorama
comparison README.md @ 0:6d2e2a8ac6f0 default tip
start from https://github.com/supertorpe/vite-ts-phaser-starter
author | drewp@bigasterisk.com |
---|---|
date | Sun, 13 Nov 2022 13:24:40 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6d2e2a8ac6f0 |
---|---|
1 # vite-ts-phaser-starter | |
2 | |
3 This repo contains a typescript phaser project template using vite. | |
4 | |
5 ## Getting started | |
6 | |
7 Clone this repository and install its dependencies: | |
8 | |
9 ```bash | |
10 git clone https://github.com/supertorpe/vite-ts-phaser-starter.git | |
11 cd vite-ts-phaser-starter | |
12 npm install | |
13 ``` | |
14 | |
15 `npm run dev` launches a server with hot reloading. Navigate to [localhost:3000](http://localhost:3000). | |
16 | |
17 `npm run build` builds the application to `dist`, generating two bundles for differential serving. | |
18 | |
19 `npm run serve` launches a server over the previous build. | |
20 | |
21 ## License | |
22 | |
23 [MIT](LICENSE). |