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

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

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
```