The goal of this project is to provide a set of simple samples about React with Typescript.
Download the source code using git or else download and unzip the zip file.
Open a terminal window and go to the project root folder.
You need to have npm installed globally.
Run npm i to install the required libraries.
Open a terminal window and make sure you are in the project root folder.
Run the following command for a dev server.
Open your browser and go to http://localhost:3000
The browser will automatically reload if you change any of the source files.