https://github.com/meta-magic/amexio-demoapp
Amexio Demo App focuses on the showcase of Amexio UI Components and Features. Here we have created simple app with different pages which is using 50 different amexio components based on Angular4 and Bootstrap4.
https://github.com/meta-magic/amexio-demoapp
Last synced: 4 months ago
JSON representation
Amexio Demo App focuses on the showcase of Amexio UI Components and Features. Here we have created simple app with different pages which is using 50 different amexio components based on Angular4 and Bootstrap4.
- Host: GitHub
- URL: https://github.com/meta-magic/amexio-demoapp
- Owner: meta-magic
- License: apache-2.0
- Created: 2017-08-04T05:48:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T04:33:35.000Z (over 8 years ago)
- Last Synced: 2025-04-27T15:49:20.061Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://amexio.org/demoapp
- Size: 1.43 MB
- Stars: 10
- Watchers: 6
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.git
```
2) cd into the folder `amexio-demoapp`
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