Skip to content

Files

Latest commit

 

History

History
16 lines (12 loc) · 623 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 623 Bytes

What is this?

This is a startup project to show people how to use PIXI.js with Typescript and Webpack.

Getting started

Prerequisites

Install & build

  • npm install - Installs the dependencies
  • npm run build - Builds the project
  • npm 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

Showcase