React
Describes the languages, versions, etc. that must be installed in accordance with the framework.
On this page
React
React requires Node.js 18.x.
Node Installation Shortcuts. Node.js →install the depencensies
npm install
install a package of npm that basically provides what you need
npm install -g create-react-app
run react
npm run start