This project is an implementation of Real World example app, using React ui framework.
In the project directory, you can run:
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.
Launches cypress test runner. See cypress docs for more information.
The project is split in the following layers:
- Domain, includes: Entities, Object Values and Aggregates.
- App, includes the application use cases.
- Infra, handles AJAX methods, persistent data methods and other external services.
- State, handles the controls the logic behind the View
- View, includes UI and how some components should behave.