Coder Social home page Coder Social logo

christophertotty / app-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teammaestro/app-starter

0.0 2.0 0.0 574 KB

Angular mono-repo (Ionic/Capacitor/StencilJS/Web Component) app starter for supporting cross platform apps.

HTML 4.72% JavaScript 22.54% TypeScript 57.68% Java 2.98% Swift 6.84% Ruby 0.56% CSS 4.69%

app-starter's Introduction

Hive App Starter

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.

What is the Hive App Starter?

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

What makes this seed/starter useful?

1. Web Component UI Kit Documentation

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.

2. Mono-repo Support for Capacitor

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.

3. Rapid Prototyping

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.

Underlying Technologies

Getting Started

1. Clone this project

git clone https://github.com/TeamHive/app-starter.git projectName

2. Install required dependencies

cd projectName && npm i

3. Build Stencil UI

npm run build-ui

4a. Running Web

npm run start

4b. Running Native (serving)

npm run start:native

4c. Building Native

npm run build:native

4d. Running Native (iOS)

npm run update:ios && npm run open:ios

Contributors

Sean Perkins
Sean Perkins

app-starter's People

Contributors

sean-perkins avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.