Yazdun / react-ts-fcc-tutorial
- вторник, 18 июля 2023 г. в 00:00:03
typescript tutorial for react developers
A Step-By-Step Tutorial for Beginners
Read on FreeCodeCamp »
View Demo
·
Request Feature
·
Report Bug
Welcome to the GitHub repository for the TypeScript for React Developers tutorial!
In today's JavaScript landscape, TypeScript is gaining more and more popularity, and React developers are increasingly embracing it. If you're a React developer looking to explore TypeScript or enhance your skills with it, this tutorial is just for you. I'll guide you through using TypeScript in a React application by building a classic todo app.
To get started with the project in your local development environment, follow these steps:
git@github.com:Yazdun/react-ts-fcc-tutorial.git
npm install
git checkout starter
npm run dev
You are now ready to go!
Thank you for browsing this repo. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)