TwanoO67 / ngx-admin-lte

Admin LTE for Angular 2/4/6/8 as a NPM package
MIT License
109 stars 47 forks source link

how to launch it ? #28

Closed yashjit closed 7 years ago

yashjit commented 7 years ago

I cloned it from git and after npm install..I did ng serve ..which thorough error as it looks, it can't be build on webpack. how i can do ng serve and run it on local host. I checked others like @ngx-admin which gives webpack support, how can i make it to run same like @ngx-admin.

TwanoO67 commented 7 years ago

This is only a library, not a webpack bootstrapping If you are looking for a full example, take a look at: https://github.com/TwanoO67/bootstraping-ngx-admin-lte

TwanoO67 commented 7 years ago

Alternatively, you can start a new angular-cli project, and then install this lib over it :)