Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasfogliarini/movietheaterui
Movie Theater UI using angular 11
https://github.com/lucasfogliarini/movietheaterui
admin-lte angular angular11 ng-pick-datetime ngx-toastr
Last synced: about 1 month ago
JSON representation
Movie Theater UI using angular 11
- Host: GitHub
- URL: https://github.com/lucasfogliarini/movietheaterui
- Owner: lucasfogliarini
- Created: 2021-03-13T18:19:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T14:35:56.000Z (almost 4 years ago)
- Last Synced: 2024-05-29T17:15:22.827Z (7 months ago)
- Topics: admin-lte, angular, angular11, ng-pick-datetime, ngx-toastr
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Theater UI
## Setup UI
### Requirements
- Require [MovieTheater Api](https://github.com/lucasfogliarini/MovieTheaterApi) for run correctly.
- Require [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4.
- Install [npm 7.6.3 or a newer compatible version](https://www.npmjs.com/get-npm)### Running
- git clone https://github.com/lucasfogliarini/MovieTheaterUI
- cd MovieTheaterUI
- npm install
- Check if the MovieTheaterApi is running on the server `http://localhost:1100/`
- Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.