Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 701 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 701 Bytes

Countries

Countries App

Search country flags by name, region, and subregion. View more details about each country.

Getting Started

  1. Clone the repo
    git clone https://github.com/nightwolfdev/countries.git
  2. Navigate to the project folder
    cd countries
  3. Install dependencies
    npm install
  4. Run the app
    ng serve
  5. Visit the app in a browser
    http://localhost:4200

Links