Getting Started with Create React App

A React Framework app

Install the dependencies

npm install
npm install --save --legacy-peer-deps

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm start

Build the app for production

npm run build