This project was bootstrapped with Create React App.
Starts a JSON Server.
Open http://localhost:3001 to see the API results.
The API will reload if you make edits.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
├── [+] public/ # Static and public files
├── [+] src/
│ └── ... # To be defined... WIP
├── .gitignore # Git ignore config
├── .prettierrc.js # Prettier config
├── db.json # The DB for the API
├── package.json
├── README.md # Inception
├── tailwind.config.js # Tailwind config
└── tsconfig.json # Typescript config