Getting stetrted by creating a react app, and it will be push to GitHub in a new repo. [Create React App]npx create-react-app shellyFrontend).
Delete files that are not gonna be used.
In the project directory, you can run:
So we can see the app is running.
Creating conections to get status and database Get JSON file (JavaScript Object Notation) by fectching.
npx json-server --watch data/db.json --port 8000
Runs the app in the development mode.
Open (http://localhost:3000) to view it in your browser.
And open the backEnd with (http://localhost:3002) to view it in your browser.
Then use node or modenon to keep runnig the local
Clean area and work on App. Embedded in index.js to render it.