Skip to content

hesbon-osoro/Learn-React-with-TypeScript-3

Repository files navigation

Learning React with TypeScript

Technologies

  • React
  • TypeScript
  • Node
  • Yarn

Learning Curves

  • using create-react-app
  • manual creating and configuring react-typescript app using webpack

create-react-app

yarn create react-app react-ts-app --template typescript

cd react-ts-app

yarn start

Manual config

dist folder is for the code to be rendered by the Web Server

src folder is for the source code files

cd manual-react-ts

yarn start to start local development server

yarn build to build for production server

About

Learning React with Typescript coverage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published