/React-TS-Basics

An introduction to TypeScript itself and how to use it in a React.js Project

Primary LanguageTypeScript

React-TypeScript Basics

Get an introduction to TypeScript itself and use it in a React.js Project!

About this Repository
This project is part of the React - The Complete Guide course from Academind.
It is used to get started with TypeScript and how to use it in React.js Projects.

This repository contains 2 folders:

  • ts-basics => an introduction to the core features of TypeScript
  • todo-app => a React app build with TypeScript (bootstrapped with create-react-app via npm)

View the React application
Navigate to the todo-app folder
Run the development server with npm run start
This should open your default browser at http://localhost:3000.