This is Phaser template for building games using TypeScript + Webpack.
1: clone this repo:
git clone https://github.com/SuperPaintman/phaser-typescript-boilerplate.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-boilerplate/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