Member-only story

Angular Jira Clone Part 00 — Prerequisites

Trung Vo
2 min readJul 5, 2020

--

Before following through the tutorial, you should know some basic stuff.

  1. Angular

2. Typescript basic: interface, class

3. Package Manager: npm or yarn

4. RxJS operators: map, combineLatest and so on

5. Git

  • Create a commit
  • Push the changes to remote
  • Git merge and pull request

6. How to use command line on Windows (Because I use Windows environment, it could be different on MAC)

Note: Why involves using a command line? Which in the past was never required as a frontend dev. It is just because of the modern front end tooling utilize the CMD a lot more than before. If you’ve never used one, you can read this tutorial to get a good overview to get started. For better or for worse, knowing how to use the command line is an important part of modern JavaScript (and it opens up doors in other areas of development as well).

In short, that is how it looks on Windows. Press Windows + R and type cmd.

--

--

Trung Vo
Trung Vo

Written by Trung Vo

A seasoned front-end engineer with 9 years of passion in creating experience-driven products. I am proficient in Angular, React and TypeScript development.

No responses yet

Write a response