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