Angular Jira Clone Part 01 — Create a new repository and set up a new Angular application with CLI

Trung Vo
7 min readJul 5, 2020

I have received an overwhelming response for the Angular Jira clone (AJC) application. Thank guys for your support. I appreciate that you spend your time visiting my work and it means a lot to me.

So as I promised, this post will be the first tutorial on how I built AJC.

In case you don’t know what is that, check it out — jira.trungk18.com

Prerequisites

See this article for the detail.

https://medium.com/@tuantrungvo/angular-jira-clone-part-00-prerequisites-a8cd24b03e83

Before starting

When I look at the AJC, it is not a big one, but not a small one either. I started to break the big task into a simple to-do list on notion. Once I know what needs to be done, what I need is to follow the plan. That’s my approach.

So the list contains the three big items with some major works that need to be done. For each small task, I can also break them into smaller tasks such as the UI part and the handling part with Angular.

  1. Ground work:
  • Create a repository on Github
  • Set up project structure with CLI
  • Configure TailwindCSS

2. Backend

  • Create interface and sample JSON data

--

--

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.