Coder Social home page Coder Social logo

nikolas-schwarz / 2d-phaserjs-webpack4-gametemplate Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.39 MB

Template for a 2D PhaserJS Game mit Webpack 4 + Typescript + SCSS support.

License: MIT License

JavaScript 64.06% HTML 7.19% SCSS 3.48% TypeScript 25.27%

2d-phaserjs-webpack4-gametemplate's Introduction

2D-PhaserJS-Gametemplate

๐Ÿš€ Template for a 2D PhaserJS Game mit Webpack 4, Typescript, ES6+ and SASS,LESS/STYLUS support + dev-server and livereload.

This Project comes with 2 builds:

--> npm run build:dev
starts dev server on localhost:8080 with livereload, sourcemap

--> npm run build:prod
creates prod files to /dist with:

  1. compiles sass/stylus/less to css
  2. autoprefixer for vendor prefixes (browser compability)
  3. compiles typescript to ES5
  4. minifying for css/js
  5. uglyfing js code
  6. copies all media files from /public
  7. hash css and js file (file versioning for browser caching -> cache busting)

Setup

git clone https://github.com/nikolas-schwarz/2D-PhaserJS-Gametemplate.git
cd 2D-PhaserJS-Gametemplate
npm install
//start dev mode
npm start

Preprocessor support (default: Sass)

--> if u want to change to less run:

  1. npm install less less-loader --save-dev

  2. npm uninstall node-sass sass-loader

  3. set selectedPreprocessor in \webpack\loader.js to less

  4. change default files in styles from sass to less

--> if u want to change to stylus run:

  1. npm install stylus stylus-loader --save-dev

  2. npm uninstall node-sass sass-loader

  3. set selectedPreprocessor in \webpack\loader.js to stylus

  4. change default files in styles from sass to stylus (*.styl)

--> if u want to use the 'original' loose *.sass syntax just change the files from *.scss to *.sass and update import in index.js line 1

2d-phaserjs-webpack4-gametemplate's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.