Urbanite UI Template
This repository contains Urbanite UI Template. This template is built starting from NGX-Admin, an open source dashboard based on Angular, Nebular with Eva Design System.
Requirements
To properly install and start the template, the following tools should be installed:
- Git
- Npm
- Angular CLI
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