Rapidly build web and native (iOS, Android, Desktop) applications using the latest technologies.
Note: Documentation and project set-up is still being actively flushed out. This repository is for early adopters to experiment with the current configuration.
An Angular mono-repository set-up that allows developers to seamlessly share app business logic across multiple platforms (web/native/desktop), using technologies they are familiar with: Angular, Ionic, Capacitor, and StencilJS (web components).
Web components with an appropriate README declaration will auto generate into a beautifully designed UI-kit, allowing your development team to quickly discover available components and preview new web components in a pure eco-system.
Capacitor out-of-the-box does not support targeting multiple apps from a shared Angular schematics set-up. The set-up scripts included allows you to support multiple capacitor apps (capacitor.config.json
per app directory) and share UI kits and components without nested dependencies in each apps folder.
Stencil based web components allow you to create core UI elements and immediately consume them in all your apps (regardless of web/native/desktop). Create consistent user interfaces and avoid time crunch of determining font-sizes, weights, colors, container spacing, etc.
git clone https://github.com/TeamHive/app-starter.git projectName
cd projectName && npm i
npm run build-ui
npm run start
npm run start:native
npm run build:native
npm run update:ios && npm run open:ios
Sean Perkins |