From 05b98d0ee0f428751ff139d7c5303d9287b71a16 Mon Sep 17 00:00:00 2001 From: MiltonCandelero Date: Tue, 22 Sep 2020 19:56:43 -0300 Subject: [PATCH] no readme for now --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index b1f8954..0000000 --- a/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# 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.