Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/astro-phaser-svelte-starter
https://github.com/qiuzhanghua/astro-phaser-svelte-starter
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/qiuzhanghua/astro-phaser-svelte-starter
- Owner: qiuzhanghua
- License: mit
- Created: 2024-03-16T03:01:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T23:45:20.000Z (8 months ago)
- Last Synced: 2024-03-21T00:41:10.189Z (8 months ago)
- Language: TypeScript
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Astro with Phaser 3 and Svelte
## Initialize the project
```sh
pnpm create astro --template with-tailwindcss
cd astro-phaser-svelte-starter
pnpm astro add svelte
pnpm add -D prettier prettier-plugin-astro
pnpm add phaser
```## Reference
- [Astro](https://astro.build/)
- [Phaser Svelte Template](https://github.comphaserjs/template-svelte)