ThomasCode92 / React-TS-Basics

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 60.3%Language:HTML 26.0%Language:CSS 12.5%Language:JavaScript 1.1%