Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p7g/capacitor-android-group-demo
https://github.com/p7g/capacitor-android-group-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/p7g/capacitor-android-group-demo
- Owner: p7g
- Created: 2020-01-31T22:44:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T09:21:58.000Z (about 2 years ago)
- Last Synced: 2023-03-10T20:41:55.024Z (almost 2 years ago)
- Language: JavaScript
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Created with Capacitor Create
This app was created using the `npx @capacitor/cli create` command, and comes with a very
minimal shell for building an app.Note: unless you know what you're doing, we don't recommend using the `create` way of building an app. Instead, you'll
likely want to create an app using your framework's tooling (such as `create-react-app`), and then *add* capacitor
to *that* project (using `npx @capacitor/cli init`).### Running this example
To run the provided example, can use serve command:
```bash
npx cap serve
```