Use npm init @fivethree/ionic
to scaffold your new project.
You will be prompted for your app's name and id.
- Capacitor for Android, iOS and Electron
- PWA Support
- 🚀Statemanagement w/ NGXS
- 🌐 i18n
- 🌑☀️ Dark/Light Mode
⚠ This project is under active development and not production ready yet.
- Clone the repository.
- CD into the project and run
npm run init
to initialize the repository. - Run the app on a specific Capacitor Platform with
npm run <platform>
.<platform>
can either be android, ios or electron. - To serve the project in the browser run ionic s.