Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucas-jones/pixi-ts-parcel-example
- Owner: lucas-jones
- Created: 2018-05-31T12:45:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:38:34.000Z (about 2 years ago)
- Last Synced: 2024-08-03T18:16:20.019Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 862 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-parcel - PixiJS with Typescript - Simple PixiJS starter app. (Examples)
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.