https://github.com/erictuvesson/phasertemplate
Phaser template with Node.js and TypeScript using Webpack
https://github.com/erictuvesson/phasertemplate
phaser-ce phaser-game phaserjs typescript
Last synced: about 2 months ago
JSON representation
Phaser template with Node.js and TypeScript using Webpack
- Host: GitHub
- URL: https://github.com/erictuvesson/phasertemplate
- Owner: erictuvesson
- Created: 2018-02-03T21:10:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T15:21:09.000Z (over 3 years ago)
- Last Synced: 2025-03-05T13:54:10.624Z (about 1 year ago)
- Topics: phaser-ce, phaser-game, phaserjs, typescript
- Language: JavaScript
- Homepage:
- Size: 356 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaser Template
Phaser template with typescript.
## Getting Started
Install the npm packages.
```
npm install
```
Now you can edit the "src/main.ts" file.
And when you want to start the server just start node.
```
node server.js
```