IViol / afc-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AFC | DB

How it works

  • a user selects region - it requests a list of countries for the region
  • a user selects country - it displays a basic info about the country

Note: if a country list for a region has been already loaded, the cached result is to be returned. Additional request is not needed.

Style guide

This project uses Airbnb style guide, but with semicolon rule disabled.

SCSS

This project uses SCSS extension for CSS and CSS Modules naming convention.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application 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.

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 a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

About


Languages

Language:TypeScript 76.0%Language:HTML 10.5%Language:JavaScript 7.4%Language:SCSS 6.1%