Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-jones/pixi-ts-parcel-example

PixiJS app using TypeScript & Parcel Bundler
https://github.com/lucas-jones/pixi-ts-parcel-example

Last synced: 2 months ago
JSON representation

PixiJS app using TypeScript & Parcel Bundler

Awesome Lists containing this project

README

        

# PixiJS Typescript Parcel Example
PixiJS app using TypeScript & Parcel Bundler

## Getting started

Clone and install deps

```
git clone [email protected]: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.