Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qiuzhanghua/astro-phaser-svelte-starter


https://github.com/qiuzhanghua/astro-phaser-svelte-starter

Last synced: about 18 hours ago
JSON representation

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)