This repository contains Urbanite UI Template. This template is built starting from [NGX-Admin](https://akveo.github.io/ngx-admin/), an open source dashboard based on [Angular](https://angular.io/), [Nebular](https://akveo.github.io/nebular/) with [Eva Design System](https://eva.design/).
## Requirements
To properly install and start the template, the following tools should be installed:
- Git
- Npm
-[Angular CLI](https://cli.angular.io/)
## Install
To properly install the template, follow these steps:
```
git clone
cd urbanite-ui-template
npm install
```
## Run
To start the application, follow these steps:
```
cd urbanite-ui-template
ng serve
```
The application will be available at http://localhost:4200