Creating a basic project
Explore the process of setting up a basic React project using TypeScript with Create React App. Understand the project structure, file extensions for TypeScript React files, and how to run and modify the app in development mode to see changes instantly.
We'll cover the following...
We'll cover the following...
Technical requirements #
We are going to use the following tools in this lesson:
- Node.js and npm. These can be installed from https://nodejs.org/en/download/. npm needs to be at least at version 5.2.
- A code editor such as Visual Studio Code. Visual Studio Code can be installed from https://code.visualstudio.com/
Introducing Create React App #
Create React App ...