This is clone app from Yester Tech.
I use create react app as a project template.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
- In development mode, sample data is getting from
src/database/db.json
- In production mode, sample data is getting from: json-server. Learn how to set it up via: Set up Json Server.