Skip to content

Nativescript version of the same Simple Messages project used for Angular / Nativescript course at Udemy

Notifications You must be signed in to change notification settings

Especializa/tns-simple-messages

 
 

Repository files navigation

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

About

Nativescript version of the same Simple Messages project used for Angular / Nativescript course at Udemy

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 51.8%
  • JavaScript 38.9%
  • HTML 4.9%
  • CSS 4.4%