Re-implementation of the mobile application (iOS/Android) used by the market-clerks.
Recommended Node-version: LTS 12.16.2
Install ionic as well as the required dependencies for native-development via
npm install -g @ionic/cli native-run cordova-res
Make sure, that no old versions of the ionic-cli are installed.
- Run
ionic serve
within the app directory to see your app in the browser - Run
ionic capacitor add
to add a native iOS or Android project using Capacitor - Generate your app icon and splash screens using
cordova-res --skip-config --copy
- Explore the Ionic docs for components, tutorials, and more: https://ion.link/docs
- See https://ionicframework.com/docs/components for component-information.
- Use
ionic g page page/...
to add a new page- Make sure to place the routing-entry in the right context to keep a proper route-structure
- Use
ionic g service service/...
to add a new service - You can change the theme from dark to light by changing this line
@media (prefers-color-scheme: dark) {
in variables.css