/phaser-webpack-typescript-seed

a seed to start a project of phaser with webpack+typescript+cordova

Primary LanguageJavaScriptMIT LicenseMIT

phaser-webpack-typescript-seed

a seed to start a project of phaser with webpack+typescript+cordova


Intro

base on SuperPaintman/phaser-typescript-tutorial todo add cordova..

This project seed (based on original Phaser tutorial), will learn you how to create games with Phaser framework, using TypeScript and Webpack to develop and build. publish to different platforms with cordova.


Usage

1: clone this repo:

git clone https://github.com/liuyang25/phaser-webpack-typescript-seed.git

2: install NPM dependencies:

npm i

# or with yarn
npm i -g yarn
yarn

3: run Webpack Dev Server (will start on http://127.0.0.1:8080):

npm start

4: start creating!

vim .

or open cloned directory in your favorite editor


License

MIT