- 1.- Just clone the Repository
git clone https://github.com/javierpal/Typescript-Phaser-Template.git
-
2.- then DELETE the .git folder is a hidden file.
-
3.- Run NPM
npm install
profit! :D
- To develop just use:
grunt
// or
grunt ts
- To Build your proyect for Production use:
grunt dist
- If You want your code obfuscated for Production use:
grunt dist-obfuscated
That's it enjoy! :D