TwanoO67 / bootstraping-ngx-admin-lte

Angular2,4,6 project with AdminLTE dashboard template (using angular, angular-cli and ngx-admin-lte ) Formerly called 'ng2-admin-lte'.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bootstraping ngx-admin-lte

Join the chat at https://gitter.im/TwanoO67/ng2-admin-lte Build Status

Bootstraping of Angular4 with AdminLTE dashboard template ( Using ngx-admin-lte Library)

Preview

UPDATE !

This version use the new npm package ngx-admin-lte (this will be easier to update) If your are looking for the old version for angular check the "angular2" branch.

There's now two different repo:

Support

Hey dude! Help me out for a couple of 🍻!

paypal

Launching with docker

./bin/start.sh

Building with docker

./bin/prod.sh

Lauching with node > 7 locally installed

npm install -g yarn
yarn
yarn start

Developpement

For the feature on the Admin_LTE template, see the readme of this repo: https://github.com/TwanoO67/ngx-admin-lte

Adding a component

cd src/app/widgets/
yarn ng g component my-new-widget

Adding a page

cd src/app/pages/
yarn ng g component my-new-page

Adding a service

cd src/app/services/
yarn ng g service my-new-service

About

Angular2,4,6 project with AdminLTE dashboard template (using angular, angular-cli and ngx-admin-lte ) Formerly called 'ng2-admin-lte'.


Languages

Language:TypeScript 57.2%Language:HTML 24.9%Language:CSS 8.1%Language:JavaScript 6.4%Language:Shell 3.3%