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.
- install essential components
- git bash
- nodeJS
- yarn
- npm install -g typescript
git clone https://github.com/FloodGames/pixi-socketio-ts-webpack-boilerplate
yarn install
yarn server
- 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.)
yarn build yarn dist //to run the production build locally
https://github.com/jkanchelov/pixi-typescript-boilerplate for the initial setup
https://github.com/miltoncandelero/HelloPixi for explanations
And all the package creators!