Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamrulislam/movie-app
Angular 8 with ngrx8, angular material 8 and omdb api also testing drag and drop
https://github.com/kamrulislam/movie-app
angular-mater angular8 drag-and-drop ngrx omdb-api
Last synced: 18 days ago
JSON representation
Angular 8 with ngrx8, angular material 8 and omdb api also testing drag and drop
- Host: GitHub
- URL: https://github.com/kamrulislam/movie-app
- Owner: kamrulislam
- Created: 2019-10-08T21:30:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:30:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T21:22:42.281Z (8 months ago)
- Topics: angular-mater, angular8, drag-and-drop, ngrx, omdb-api
- Language: TypeScript
- Homepage:
- Size: 2.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieApp
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.8.
More detail on all different dependencies are as follows
```sh_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/Angular CLI: 8.3.8
Node: 12.11.1
OS: darwin x64
Angular: 8.2.9
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... routerPackage Version
-----------------------------------------------------------
@angular-devkit/architect 0.803.8
@angular-devkit/build-angular 0.803.8
@angular-devkit/build-optimizer 0.803.8
@angular-devkit/build-webpack 0.803.8
@angular-devkit/core 8.3.8
@angular-devkit/schematics 8.3.8
@angular/cdk 8.2.2
@angular/cli 8.3.8
@angular/material 8.2.2
@ngtools/webpack 8.3.8
@schematics/angular 8.3.8
@schematics/update 0.803.8
rxjs 6.4.0
typescript 3.5.3
webpack 4.39.2
```## Instruction for environment setup
- Go the directory where source code is in terminal.
- Install node 12.11.1 (latest) if you are using `nvm` then simply run `nvm install 12.11.1`, otherwise go to [node site](https://nodejs.org/en/).
- Ensure that you are using node version 12.11.1, please check `node --version`
- Install angular CLI globally `npm install -g @angular/cli`
- Install dependencies - `npm i`
- To **run locally** simply type `ng serve` then navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
- To **build** type `ng build`