Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Nialaren/webpack-phaser-template

Repository files navigation

webpack-phaser-template

Install

npm install

All compilation and necessary scripts can be found in local package.json

Development

npm run [command]

Commands:

  • start runs watch script
  • dev runs webpack only once with dev settings
  • watch runs webpack watcher and compile code with dev settings
  • hot runs webpack dev server for continuous development

Production

  • build runs webpack with production settings. (ES6 to ES5 via babel, minification etc.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published