Skip to content

KevTale/herodevs

Repository files navigation

HeroDevs Angular Check

Welcome to the HeroDevs Angular Check!

There are several separate tasks to perform to complete the Angular Check. Each check is in folder with instructions laid out in a README.md file.

Get Started

  1. Navigate to the directory this file is in using your terminal
  2. Run the following commands to initialize this project as a local git repository
    git init
    git add .
    git commit -m "Initial commit"
    
  3. Create a remote repository in your preferred git provider (github, gitlab, bitbucket)
  4. Push this repository to your preferred git provider per their instructions
  5. Install dependencies by running
    npm install
    

Project Overview

This repository is a shell of an Angular application. The READMEs will lead you through a series of tasks intended to have you work within and implement a number of common concerns. It starts with the next section.

Tasks

There are numbered task directories which are separate silos for implementation with instructions contained within the corresponding README.md file. Each README should link and lead you to the next README.

If you have any explanations regarding your implementation for a given task, (eg- decisions made, shortcuts taken, etc), there are COMMENTS.md files in each task component directory.

Start here.

Releases

No releases published

Packages

No packages published

Languages