React

Describes the languages, versions, etc. that must be installed in accordance with the framework.

React

  1. React requires Node.js 18.x.
    Node Installation Shortcuts. Node.js →

  2. install the depencensies

    npm install
    
  3. install a package of npm that basically provides what you need

    npm install -g create-react-app
    
  4. run react

    npm run start