An open API service indexing awesome lists of open source software.

https://github.com/meta-magic/amexio-demoapp-theme


https://github.com/meta-magic/amexio-demoapp-theme

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Demo App Built Using [Amexio v2.0 (Bootstrap 4)](https://www.amexio.tech/)

## Prerequisite
Node, Npm & Angular CLI

To install the Angular CLI:

```bash
npm install -g @angular/cli
```

### Note :Please Install the above before you proceed

## Getting Started
1) Git Clone this Project in a folder
```bash
git clone https://github.com/meta-magic/amexio-demoapp-theme.git
```

2) cd into the folder `amexio-demoapp-theme`
3) Run the following command
```bash
npm install
```

4) Now simply run following command and Navigate to http://localhost:4200/
```bash
ng serve
````

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.6.

## Further help (Angular CLI)

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
# amexio-demoapp