beginner project

my first react web app

Create your first React web app: easy basics

In this tutorial, you will learn how to create your first simple React web app using TypeScript. You will learn how to set up the project, what all the parts are, and how to add components and some interactive elements. I wrote this tutorial as a basic foundation to help you on your way before you dive into bigger tutorials. We will go through each file and explain its purpose. By the end of this guide, you’ll have a solid understanding of how React is set up. Contents1 In this tutorial2 Prerequisites3 What is TypeScript?4 What is React?4.1 React components4.1.1…

how to install nvm

How to install node version manager (nvm)

This short tutorial will explain how to install node version manager (nvm) on Windows or Linux and Mac OS systems. Node Version Manager is very useful when working with node.js based projects Contents1 What is Node Version Manager?2 Why developers like nvm3 Installing nvm on Windows3.1 Download nvm for windows3.2 Install nvm3.3 Verify the Installation on Windows3.4 Important notes4 How to install nvm on Linux or Mac OS4.1 Open your Terminal and download nvm4.2 Update your System’s Environment4.3 Verify the Installation5 How to use nvm to install and switch between Node versions5.1 Install Node.js5.2 Switch Between Node Versions5.3 List Installed…