Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

SafeMarket-WirVsVirus/frontend-market

Repository files navigation

frontend-market

Re-implementation of the mobile application (iOS/Android) used by the market-clerks.

Evironment Setup

Node

Recommended Node-version: LTS 12.16.2

Ionic 5

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.

Running the Application

  • 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

Development

  • 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

About

The new frontend for market owners and employees

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published