• This repository has been archived on 11/Sep/2018
  • Stars
    star
    265
  • Rank 154,577 (Top 4 %)
  • Language
    TypeScript
  • Created over 7 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Build web apps and NativeScript applications from one codebase using the AngularCLI.

Angular NativeScript Seed

Build truly web and native applications using NativeScript and Angular. This seed allows your project to share code between the environments; having complete control over dependencies.

Highlights

  • i18n Translations
  • Lazy Loaded Modules
  • Angular CLI // Webpack // Testing
  • Target Phone and Tablet Templates Individually. The following extensions are supported:
Extension Platform
.{html/scss}                   Recommended for Web. Does apply to both platforms when .tns equivalent does not exist.
.tns.{html/scss}               Only for mobile
.tns.ios.{html/scss}   Only for iOS
.tns.android.{html/scss} Only for Android
.tns.ios.phone.{html/scss} Only for iOS Phone
.tns.android.phone.{html/scss} Only for Android Phone
  • Docker build provided using NGINX to serve web content and load balance reverse proxied backends. (See nginx folder for setup instructions)

Getting Started

Web is setup from the root.

npm i

Mobile is setup from the nativescript folder.

cd nativescript
npm i

Each platform is run respective to it's folder. View available commands here:

How To's

Workspace Options

Web Preview Native Preview

Contributors

Don Burgess Sean perkins
Don Burgess Sean Perkins

More Repositories

1

pdf-viewer

PDF viewer web component built in StencilJS. Reusable in Angular, Ionic, React, Vue.JS, etc.
TypeScript
78
star
2

app-starter

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

capacitor-video-recorder

Video recorder plugin for Capacitor
Swift
59
star
4

nestjs-seed

Our NestJS seed we use for Node backend projects
TypeScript
39
star
5

nestjs-common

Our common decorators, services, etc for NestJS projects
TypeScript
36
star
6

capacitor-email

Add email support to your Cordova/Ionic/Web projects.
Java
21
star
7

capacitor-webview-overlay

Java
20
star
8

MERTwitterKit

Twitter 1.1 API wrapper, built on top of AFNetworking and ReactiveCocoa. Compatible with iOS, 7.0+.
Objective-C
15
star
9

stencil-shimmer

StencilJS component for adding shimmer UI effect to your applications.
TypeScript
14
star
10

capacitor-image-crop

Swift
14
star
11

MEReactiveKit

A collection of classes that extend the UIKit framework, built on top of ReactiveCocoa. Compatible with iOS, 7.0+.
Objective-C
13
star
12

fancy-notifications

Swift
11
star
13

capacitor-single-sign-on

Java
10
star
14

nativescript-opentok

Integrates OpenTok (TokBox) WebRTC for NativeScript.
TypeScript
10
star
15

node-couchdb-client

This typescript module is designed to do handle the communication between NodeJS and CouchDB
TypeScript
9
star
16

MEReactiveFoundation

A collection of classes that extend the Foundation framework collection classes with functionality commonly found in functional languages (e.g. Haskell). Compatible with iOS/OSX, 7.0+/10.9+.
Objective-C
9
star
17

rich-text-editor

Rich Text Editor web component.
TypeScript
8
star
18

lottie-player

Lottie viewer/player as an easy to use web component. https://lottiefiles.com/web-player
TypeScript
7
star
19

nativescript-pspdfkit

Integrates PSPDFKit for NativeScript.
TypeScript
6
star
20

capacitor-contact-picker

Capacitor plugin for using the native contact picker UI to select contacts from your device.
Java
6
star
21

capacitor-http

Java
5
star
22

stencil-scorm-viewer

Stencil component for viewing SCORM e-learning courses offline.
TypeScript
5
star
23

MEKit

A collection of classes that extend the UIKit framework. Compatible with iOS, 7.0+.
Objective-C
3
star
24

MECoreDataKit

A collection of classes that extend the CoreData framework. Compatible with iOS/OSX, 7.0+/10.9+.
Objective-C
3
star
25

hive-daily

Daily submissions of open source components, concepts and experiences.
TypeScript
2
star
26

MEFoundation

A collection of classes that extend the Foundation framework. Compatible with iOS/OSX, 7.0+/10.9+.
Objective-C
1
star
27

node-common

TypeScript
1
star
28

sequelize-common

Our common functions, base tables, interfaces, etc for Sequelize projects
TypeScript
1
star
29

ngx-tooltip

Angular 7 library wrapper around TippyJS tooltips.
TypeScript
1
star
30

stencil-storybook-starter

Starter repository for using Stencil web components with Storybook.
TypeScript
1
star
31

google-analytics-helper

Helper for Google Analytics including support for offline caching
TypeScript
1
star
32

design-system-components

Storybook documentation web components for design systems.
TypeScript
1
star