Skip to content

jakubjirous/booking

Repository files navigation

Booking

Booking app with Angular, Capacitor and the Ionic Framework

Live App:

Commands:

Ionic Start

This command creates a working Ionic app. It installs dependencies for you and sets up your project.

ionic start 

Ionic Lab

This will bring up a slightly different view that already shows your potential app inside a nice app container.

ionic lab

Ionic Sync

  • Perform an Ionic build, which compiles web assets
  • Copy web assets to Capacitor native platform(s)
  • Update Capacitor native platform(s) and dependencies
  • Install any discovered Capacitor or Cordova plugins
ionic sync

New Platform

  • Install the Capacitor platform package
  • Copy the native platform template into your project

Android

ionic cap add android

iOS

ionic cap add ios

Build

  • Perform ionic build
  • Copy web assets into the specified native platform
  • Open the IDE for your native project (Xcode for iOS, Android Studio for Android)
ionic cap build

Pretier

  • An opinionated code formatter
yarn run prettier:list
yarn run prettier:write

Links:

Android Config:

File – Project Structures:

  • Android Gradle Plugin Version:: 4.0.1
  • Gradle Version: 6.1.1

About

Booking app with Angular, Capacitor and the Ionic Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published