This is repository for learning React with Typescript. You can check list lecture inside folder src
First, clone this repository. It's up to you to fork or clone directly.
git clone https://github.com/raihan-muhammad/react-typescript.git
Note: If you use vsc(visual studio code) for text editor, make sure your vsc has the same typescript version as the typescript version in this project.
Second, in the project directory, you can run this command for downloaded dependencies needed.
npm install
Finally, run start command
npm start
Thanks for reading, Keep the spirit of learning 🔥