https://github.com/cirych/ng-test-app
Angular 6 simple app
https://github.com/cirych/ng-test-app
Last synced: 11 months ago
JSON representation
Angular 6 simple app
- Host: GitHub
- URL: https://github.com/cirych/ng-test-app
- Owner: Cirych
- License: mit
- Created: 2018-09-21T18:32:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T21:06:16.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T22:20:36.866Z (over 1 year ago)
- Language: TypeScript
- Size: 681 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NG Test App Project [](https://travis-ci.org/Cirych/ng-test-app)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.5.
## Demo
[View demo](https://cirych.github.io/ng-test-app/movies)
## Install locally
```
git clone https://github.com/Cirych/ng-test-app.git
cd ng-test-app
npm i
```
## Run app
```
npm start
```
Navigate to [http://localhost:4200](http://localhost:4200)
## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `npm run build` for a local build.