https://github.com/mnvx/angular2-primeng-example
Angular2 and PrimeNG example
https://github.com/mnvx/angular2-primeng-example
Last synced: about 1 year ago
JSON representation
Angular2 and PrimeNG example
- Host: GitHub
- URL: https://github.com/mnvx/angular2-primeng-example
- Owner: mnvx
- Created: 2016-03-27T21:10:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T18:55:28.000Z (over 8 years ago)
- Last Synced: 2025-04-22T17:24:40.988Z (about 1 year ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 6
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular2 and PrimeNG example
## What is this?
It is example of Angular2 application with nested routes, nested components.
There are three pages
### Chart

### Table

### Settings

## Installation
Instruction for Debian/Ubuntu.
Clone this repository:
```
git clone git@github.com:mnvx/angular2-primeng-example.git
```
Run
```
npm install
```
Installation completed.
## How to run
Use PHP 5.4+. Run command from path where project was installed:
```
php -S localhost:8000 -t public/ public/index.php
```
Then open url http://localhost:8000