Creating a basic project
In this lesson, we will create a new React and TypeScript project using the popular Create React App tool.
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 ...