March 29, 2024

Creating a React app

Before we can create a new React app, ensure NPM (Node Package Manager) is installed. NPM is bundled with Node.js. Install Node.js from here: https://nodejs.org/en/download/ Once installed, in a terminal …