Bootstraping of Angular4 with AdminLTE dashboard template ( Using ngx-admin-lte Library)
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:
- bootstraping-ngx-admin-lte For those who want the full bootstraping
- ngx-admin-lte For whom want to install via npm in a existing project
Hey dude! Help me out for a couple of 🍻!
./bin/start.sh
./bin/prod.sh
npm install -g yarn
yarn
yarn start
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