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
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
To start using webpack (+ Uglify + AoT) in Android just run:
npm run android
To run the project without webpack run: $ tns run android
To start using webpack (+ Uglify + AoT) in iOS just run:
npm run ios
To run the project without webpack run: $ tns run ios