2. Full React Tutorial #2 - Creating a React Application

Download Reach.js template

01

Download latest version of Node.js

node -v

If version is not higher than 14.1 or higher, install it by going to https://nodejs.org/en

04

The scripts to run the react index file are in the package.json file in scripts :

You can run the following scripts command in the console

npm run start
npm run build