/Movies-Finder

Movies finder is a small Angular2 app https://movies-finder.firebaseapp.com/

Primary LanguageTypeScript

Moviesfinder

This project was generated with angular-cli version 1.0.0-beta.19-3.

Development server

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.

ng serve --host 0.0.0.0 --disable-host-check

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Deploying to Github Pages

Run ng github-pages:deploy to deploy to Github Pages.

Further help

To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.

#Note: Upgrade from 4.0 to 5.0 npm install @angular/animations@latest @angular/common@latest @angular/compiler@latest @angular/compiler-cli@latest @angular/core@latest @angular/forms@latest @angular/http@latest @angular/platform-browser@latest @angular/platform-browser-dynamic@latest @angular/platform-server@latest @angular/router@latest typescript@2.4.2 rxjs@latest

Create Docker Image and Run Container

  1. docker build -t movie-finder-multi-stage:1.0.0 .
  2. docker run --name movie-finder-multi-stage -d -p 4200:80 movie-finder-multi-stage:1.0.0
  3. Browse http://localhost:4200
  4. docker exec -it /bin/sh