Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henryhale/android-capacitor-demo

⛓️ Use GitHub Actions to build your web-powered Android app
https://github.com/henryhale/android-capacitor-demo

capacitorjs demo github-actions henryhale vite

Last synced: 3 days ago
JSON representation

⛓️ Use GitHub Actions to build your web-powered Android app

Awesome Lists containing this project

README

        

# android-capacitor-demo

## Overview
This project implements a basic counter application in the [app](./app) folder.

It serves as a demo for building and testing Android applications (in *debug mode*) using [android-capacitor](https://github.com/henryhale/android-capacitor) template.

It's built using VanillaJS and [Vite](https://vitejs.dev) as the build tool.

## Demo
Download the latest app release from GitHub and test it on your Android phone.

Link: [Latest release](https://github.com/henryhale/android-capacitor-demo/releases/latest)

## Next Steps
- Bring your own JavaScript library or framework (Solid, Vue, React, ...)
- Explore the power of [capacitorjs](https://capacitorjs.com)
- Check out and intergrate components from the [ionic-framework](https://ionicframework.com/)

## License
Released under [MIT License](./LICENSE.md)

Copyright © 2024 [Henry Hale](https://github.com/henryhale)