SuperPaintman / phaser-typescript-boilerplate

Template for Phaser project (TypeScript + Webpack)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaser Typescript Boilerplate

Logo

This is Phaser template for building games using TypeScript + Webpack.


Usage

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


Contributing

  1. Fork it (https://github.com/SuperPaintman/phaser-typescript-boilerplate/fork)
  2. Create your feature branch (git checkout -b feature/<feature_name>)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin feature/<feature_name>)
  5. Create a new Pull Request

Contributors


License

MIT

About

Template for Phaser project (TypeScript + Webpack)

License:MIT License


Languages

Language:JavaScript 86.9%Language:TypeScript 10.1%Language:HTML 2.7%Language:CSS 0.4%