All Projects → llorenspujol → parcel-pixijs-quickstarter

llorenspujol / parcel-pixijs-quickstarter

Licence: other
Example App using pixiJS and Typescript bundled with parcel

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to parcel-pixijs-quickstarter

pixi-webpack-demo
make pixi.js game with webpack and es6+
Stars: ✭ 33 (-31.25%)
Mutual labels:  pixijs
preact-typescript-parcel-starter
Starter with Preact - Typescript - Parcel Bundler
Stars: ✭ 51 (+6.25%)
Mutual labels:  parcel
pixi-live2d-display
A PixiJS plugin to display Live2D models of any kind.
Stars: ✭ 254 (+429.17%)
Mutual labels:  pixijs
parcel-typescript-example
A minimum TypeScript app with Parcel Bundler.
Stars: ✭ 100 (+108.33%)
Mutual labels:  parcel
parcel-plugin-url-loader
📦url loader for parcel, use base64 encode file
Stars: ✭ 24 (-50%)
Mutual labels:  parcel
vue-composition-api-ts-todo
ToDo List with Vue 3 Composition API and TypeScript
Stars: ✭ 69 (+43.75%)
Mutual labels:  parcel
screenREC
A really simple , ad-free & minimal web based screen recorder 📹
Stars: ✭ 67 (+39.58%)
Mutual labels:  parcel
nep-live2d
Live2D wallpaper for Neptune, running on Wallpaper Engine.
Stars: ✭ 45 (-6.25%)
Mutual labels:  pixijs
detect-gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 749 (+1460.42%)
Mutual labels:  pixijs
pixijs-ts-boilerplate
Just another PixiJS Typescript Boilerplate with some basic functionalities
Stars: ✭ 54 (+12.5%)
Mutual labels:  pixijs
parcel-plugin-prerender
No description or website provided.
Stars: ✭ 42 (-12.5%)
Mutual labels:  parcel
pixi-game
A library makes Pixi.js using easily.
Stars: ✭ 22 (-54.17%)
Mutual labels:  pixijs
parcel-react
📦🚀 A minimal React.js boilerplate project with parcel as bundler.
Stars: ✭ 72 (+50%)
Mutual labels:  parcel
roulier
API for package delivery
Stars: ✭ 18 (-62.5%)
Mutual labels:  parcel
rocket-emoji
🚀 Find and copy an emoji to your clipboard in one click.
Stars: ✭ 42 (-12.5%)
Mutual labels:  parcel
parcel-react-app
Create React apps using Parcel as build tool.
Stars: ✭ 12 (-75%)
Mutual labels:  parcel
gstatsjs
Graphics statistic (DrawCalls and TextureCount) for WebGL
Stars: ✭ 48 (+0%)
Mutual labels:  pixijs
wordpress-starter
Timber (Twig) + Parceljs Bundler
Stars: ✭ 19 (-60.42%)
Mutual labels:  parcel
simplefolio
⚡️ A minimal portfolio template for Developers
Stars: ✭ 10,737 (+22268.75%)
Mutual labels:  parcel
gameplate
🎮 Boilerplate for creating game with WebGL & Redux 🎲
Stars: ✭ 39 (-18.75%)
Mutual labels:  pixijs

parcel-pixijs-quickstarter

Example App using pixiJS and Typescript bundled with parcel 🚀🔥.

Highlights

  • ⚡️ Super fast start
  • 🔥 Hot module replacement.
  • 📝 Typescript.
  • 👮 Unit testing.

Quick start

Node version >= 8.0 (recommended 10.6.0) and NPM >= 5 (recommended 6.1.0)

# clone the repo.
# --depth 1 removes all but one .git commit history (Optional).
git clone --depth 1 https://github.com/llorenspujol/parcel-pixijs-quickstarter.git

# go to the repo
cd parcel-pixijs-quickstarter

# install the dependencies via npm
npm install

# start the server in dev mode with HMR
npm run start

go to http://localhost:1234 in your browser. Done.

npm scripts

  • npm run start - runs the compiler and a server at the same time in dev mode with HMR (Hot Module Replacement) 🔥.
  • npm run build - runs the compiler once and generates a production build.
  • npm run build_serve - it makes a build and serves it to port 8080.
  • npm run test - runs the unit tests (.spec.ts files).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].