CountriesApp

This project was generated with Angular CLI version 6.2.9.

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

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.

Steps:

  1. Download the repository.
  2. Open it in VS Code.
  3. Do 'ctrl + `' to open terminal.
  4. Change your directory to point to CountriesApp, you can type 'cd CountriesApp' in the terminal.
  5. Type 'npm install' in the terminal to install all the dependencies.
  6. Type 'ng serve' to run the application.

Yay!! you got it working :)