This is a startup project to show people how to use PIXI.js with Typescript and Webpack.
Prerequisites
nodeJS- Download nodeJS from here https://nodejs.org/en/ and install it
Install & build
npm install- Installs the dependenciesnpm run build- Builds the projectnpm run startServer- This will start a local server on your machine and then it will automatically open a new tab in your browser with your Pixi project
If you use WebStorm or another IDE like it, just open the public/index.html from your IDE
