Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 802 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 802 Bytes

Ionic 4 and Capacitor Starter Project

🤩 Starter project including API Examples, PWA, fastlane and more.

Usage

Use npm init @fivethree/ionic to scaffold your new project. You will be prompted for your app's name and id.

Features

  • 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.

Development

  1. Clone the repository.
  2. CD into the project and run npm run init to initialize the repository.
  3. Run the app on a specific Capacitor Platform with npm run <platform>. <platform>can either be android, ios or electron.
  4. To serve the project in the browser run ionic s.