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:
- Download the repository.
- Open it in VS Code.
- Do 'ctrl + `' to open terminal.
- Change your directory to point to CountriesApp, you can type 'cd CountriesApp' in the terminal.
- Type 'npm install' in the terminal to install all the dependencies.
- Type 'ng serve' to run the application.
Yay!! you got it working :)