This project is intended to provide means for managing history of orders, customers and product catalog related to a small business of comestic products.
This project was bootstrapped with Create React App.
In the project directory, besides some standard scripts from Create React App, you can also run:
They run the app in the development mode. Concomittantly, they run a JSON-Server application which mocks a Rest-API for quick or prototyping and mocking.
Open http://localhost:3000 to view the React app in the browser. Open http://localhost:8000 to access the JSON-Server. You might need to change the URL_API variable defined in the index.js file within services subfolder (located in /src folder) to match the JSON-Server address (http://localhost:8000).
You can learn more in the Create React App documentation. To learn React, check out the React documentation or this course.