Skip to content

swcbba/check-in-mobile

 
 

Repository files navigation

NativeScript + Angular + Sass + Lazy Loading + Webpack

This is a NativeScript Angular Starter Kit which applies the performance tips and tricks for NativeScript-Angular projects.

It's configured to use:

  • Sass
  • Lazy loading
  • Webpack

How to start

Clone the project

$ git clone https://github.com/andresjordanze/nativescript-ngx-starter-kit.git

Go to the app folder

$ cd nativescript-ngx-starter-kit

Install the project's dependencies

$ npm install

Android

To start using webpack (+ Uglify + AoT) in Android just run:

npm run android

To run the project without webpack run: $ tns run android

iOS

To start using webpack (+ Uglify + AoT) in iOS just run:

npm run ios

To run the project without webpack run: $ tns run ios

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.0%
  • TypeScript 33.5%
  • HTML 10.0%
  • CSS 7.5%