Skip to content

hiddencaliber/ng2-dashboard

 
 

Repository files navigation

Kendo UI for Angular 2 Proof of Concept — Northwind Dashboard

The goal of this project is to build a dashboard application with the following set of technologies:

It includes a web interface and a set of two mobile applications for iOS and Android.

Goals

  • 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

Getting Started

  1. Set up access to the Progress NPM registry

For the web application, run:

  1. Run npm install
  2. Run npm start
  3. Load the application at http://localhost:3000

For the native applications:

  1. Install and set up NativeScript
  2. Run npm install
  3. Run npm run prepare-ios or npm run prepare-android
  4. Run npm run start-ios or npm run start-android

Credits

This project is based on the Angular2 Webpack Starter by AngularClass.

You can find the original instructions in ng-class-readme.

About

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.1%
  • JavaScript 34.9%
  • HTML 13.5%
  • CSS 7.5%