Skip to content

dbayonacode/MatchCandidatesClient

Repository files navigation

MatchCandidatesClient

This project was generated with Angular CLI version 6.2.2.

Prerequisites

  • Node.js.

  • Angular CLI.

  • Studio Code (Optional)

To verify and install Prerequisites

Open command Line:

  1. First verify the version of node in your machine: (if it is not installed - Install it)

run node -v

  1. Verify if Angular CLI is installed

run ng -v

  1. If not: Install it

run npm i -g @angular/cli

  1. Verify if it was installed properly:

run npm list -g @angular/cli --depth=0 //to list all packages of Angular CLI globally in the machine.

  1. See if the angular CLI is running:

run ng -v

Install Packages required to run in developement environment

Run npm install

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.

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.

Further help

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published