Skip to content

Just a simple piano app done with quasar and ionic for android

License

Notifications You must be signed in to change notification settings

bbf6/piano-demo

Repository files navigation

Piano Demo

Just a simple piano app done with quasar and ionic for android.

You can see a working deploy of this demo on https://piano.devartiral.com

Install with quasar cli

Install quasar cli

sudo npm i -g @quasar/cli

Install dependencies

yarn
# or
npm install

Start the app in web development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build -m capacitor -T android

Install with docker

Just run:

docker compose up --build --detach

This will deploy the full app as a web app on localhost:6144.

About

Just a simple piano app done with quasar and ionic for android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published