Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.