Initial commit

This commit is contained in:
MiltonCandelero
2020-09-03 22:58:43 -03:00
commit 28901ad7c3
8 changed files with 7408 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# PixiJS Typescript Parcel Example
PixiJS app using TypeScript & Parcel Bundler
## Getting started
Clone and install deps
```
git clone git@github.com:lucas-jones/pixi-ts-parcel-example.git
cd pixi-ts-parcel-example
yarn
yarn start
```
Then open `http://localhost:1234` and edit `index.js` and press save. Parcel
will automagically hot reload you files whenever you make changes.