This is a simple demo project.
Running the demo locally requires Node and the Angular command-line interface (CLI).
- Download and install Node for your operating system
- In the command line, run
npm install -g @angular/clito install the Angular CLI
Run these commands from a terminal:
git clone git@github.com:bitovi/angular-admin-demo.git
cd angular-admin-demo
npm install
ng serveOpen a browser window and navigate to http://localhost:4200/ to see the application.