This repo using this boilerplate
This tutorial (based on original Phaser tutorial), will learn you how to create games with Phaser framework, and build it using TypeScript and Webpack.
1: clone this repo:
git clone https://github.com/SuperPaintman/phaser-typescript-tutorial.git
2: install NPM dependencies:
npm i
# or with yarn
npm i -g yarn
yarn
npm rebuild
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
- Fork it (https://github.com/SuperPaintman/phaser-typescript-tutorial/fork)
- Create your feature branch (
git checkout -b feature/<feature_name>
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin feature/<feature_name>
) - Create a new Pull Request
- SuperPaintman SuperPaintman - creator, maintainer