Setup
Last updated
Last updated
Download the latest LTS version of Node.js from the .
Once installed, open your terminal (macOS/Linux) or Command Prompt (Windows), and verify the installation with the following commands:
Your versions might differ slightly — that’s perfectly fine!
Navigate to the folder where you’d like to create your project:
Run the following command to create a new React project with TypeScript:
This will take a few minutes to install dependencies. Once complete, navigate into your project folder:
To start the development server, run:
Your React app should now be running on .