Skip to content

FloodGames/pixi-socketio-ts-webpack-boilerplate

Repository files navigation

pixi-socketio-ts-webpack-boilerplate

Ultimate multiplayer game: PixiJs, Socketio, Typescript, Webpack and Jest (although I'm still a noob how to write tests). Gives INSTANT feedback and can automatically fix your code.

Quickstart

  1. install essential components
    • git bash
    • nodeJS
    • yarn
    • npm install -g typescript
  2. git clone https://github.com/FloodGames/pixi-socketio-ts-webpack-boilerplate
  3. yarn install
  4. yarn server

Recommended VSCode extensions:

  • material icon theme
  • ESLint (vscode gives recommendations how to improve your code)
  • IntelliCode (like phone autocomplete but for your code)
  • TS/JS postfix completion (some cool shortcuts and templates)
  • Git Graph (turns vscode into a mean git machine)
  • IP Address (shows your local ip address making it easy to share what you are testing in a lan environment like an office.)

Production Build

yarn build yarn dist //to run the production build locally

Credits

https://github.com/jkanchelov/pixi-typescript-boilerplate for the initial setup
https://github.com/miltoncandelero/HelloPixi for explanations
And all the package creators!

About

Ultimate multiplayer game: PixiJs, Socketio, Typescript, Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published