An example of dashboard using Angular4 and AdminLTE
- Node v6.10.0:
curl https://raw.githubusercontent.com/creationix/nvm/v0.11.1/install.sh | bash
source ~/.profile
nvm install v6.10.00
- Angular Cli:
npm install -g @angular/cli
- Clone project
git clone [email protected]:Mclovinn/angular4-dashboard-example.git
- Install dependencies and Start server
npm install
npm start
Now browse http://localhot:4200
- Run tests
npm test
You find a new folder /target
with testing report