The goal of this project is to build a dashboard application with the following set of technologies:
- Angular 2
- NativeScript
- Kendo UI for Angular 2
- The Kendo Bootstrap Theme
It includes a web interface and a set of two mobile applications for iOS and Android.
- Sharing business logic through services
- Consistency in the data binding for web and mobile
- Consistent looks that share a common color scheme through the Bootstrap Sass variables
- Set up access to the Progress NPM registry
For the web application, run:
- Run
npm install - Run
npm start - Load the application at http://localhost:3000
For the native applications:
- Install and set up NativeScript
- Run
npm install - Run
npm run prepare-iosornpm run prepare-android - Run
npm run start-iosornpm run start-android
This project is based on the Angular2 Webpack Starter by AngularClass.
You can find the original instructions in ng-class-readme.