For the rest of the tutorial we'll be using Typescript.
If you haven't had a chance to work with Typescript, don't worry, the only major difference in our case is that we will use .ts extension instead of .js and .tsx instead of .jsx
We'll be using parcel to bundle our typescript code.
1- Create a directory for the app and cd into it :