# Install dependencies
$ npm install
# Run webpack-dev-server with development configuration,
# source maps, and live reloading. Opens the game automatically
# in a browser when run. Very useful for rapid development.
$ npm run start
# Run webpack command with development configuration.
# Development build is output in dist/ folder.
$ npm run build:dev
# Run webpack command with production configuration.
# Production build is output in dist/ folder.
$ npm run build:prod
# Run ESLint command which lists coding style problems.
$ npm run eslint
# Run ESLint command which automatically fixes
# coding style problems and lists unsolvable ones.
$ npm run eslint:fix
-
Notifications
You must be signed in to change notification settings - Fork 0
🕹️ Phaser 3.86, Webpack 5, and TypeScript template.
License
pavle-goloskokovic/phaser3-webpack5-typescript-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
🕹️ Phaser 3.86, Webpack 5, and TypeScript template.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published