Skip to content

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

Notifications You must be signed in to change notification settings

ThomasCode92/React-TS-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks