Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 660 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 660 Bytes

React Typescript

This is repository for learning React with Typescript. You can check list lecture inside folder src

How to use

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 🔥