Kendo UI for Angular w/NativeScript - Dashboard
Перейти к файлу
Rosen Konstantinov 1e31054975
remove package-lock and nativescript-package-lock (#32)
2018-05-01 10:54:20 +03:00
.github chore: initial commit 2017-10-05 16:07:27 +03:00
e2e chore: initial commit 2017-10-05 16:07:27 +03:00
hooks/before-livesync fix: add correct img paths to statusImage 2017-10-05 16:07:27 +03:00
nativescript remove package-lock and nativescript-package-lock (#32) 2018-05-01 10:54:20 +03:00
src fix: fix dashboard tabstrip on small resolutions (#30) 2018-04-18 08:55:49 +03:00
.angular-cli.json Restructuring the project with lazy loading 2018-01-16 20:01:45 +00:00
.editorconfig chore: initial commit 2017-10-05 16:07:27 +03:00
.gitignore chore: initial commit 2017-10-05 16:07:27 +03:00
Dockerfile chore: initial commit 2017-10-05 16:07:27 +03:00
README.md docs: update instructions 2017-10-05 16:07:31 +03:00
docker-compose.yml chore: initial commit 2017-10-05 16:07:27 +03:00
karma.conf.js chore: initial commit 2017-10-05 16:07:27 +03:00
package.json chore: upgrade web app to Angular 5.x 2018-01-22 10:32:32 +02:00
protractor.conf.js chore: initial commit 2017-10-05 16:07:27 +03:00
proxy.conf.json chore: initial commit 2017-10-05 16:07:27 +03:00
symlink.js chore: initial commit 2017-10-05 16:07:27 +03:00
tsconfig.json Updating lazy loaded paths to be the same for both web and {N} 2018-01-18 16:39:03 +00:00
tslint.json chore: initial commit 2017-10-05 16:07:27 +03:00

README.md

Kendo UI for Angular + NativeScript DashBoard app

This project includes a web application, built with Kendo UI for Angular components, and a NativeScript app that shares the data service with the web app. It is built on top of TeamMaestro's angular-native-seed template:

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)

Get Started

  1. Clone this repository by using your favorite Git client or by executing git clone https://github.com/telerik/ng2-dashboard.git.
  2. Enter the project directory by running cd ng2-dashboard.

Web is setup from the root.

npm install
npm start

Mobile is setup from the nativescript folder.

cd nativescript
npm install
npm run android.phone

Each platform is run respective to it's folder. View available commands here:

Credits

This project is based on the Angular NativeScript Seed by TeamMaestro.