Getting Started

  • Open CLI

  • Navigate the CLI to the directory you want to clone the repositiory

  • Clone this repository

git clone https://github.com/hylandtechoutreach/htc-angular-student.git
  • Navigate to project's directory
cd htc-angular-student
  • Install dependencies
npm install
  • Run the project
npm run start