-
4.1. Application
4.2. Infrastructure
4.3. Presentation
Project description here ...
The project is structure with the following technologies:
To install the project dependencies, run the following command:
- nvm use
- npm i
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:9000 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.
Launches the test runner to generate a code coverage report.
Launches the test runner to generate code snapshots.
Builds the app for production to the dist 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.
Your app is ready to be deployed!
Launch linter to review and analyze the code.
Launch linter to review and analyze the code and fix the code.
The project is structured using clean architecture with the following layers:
The application layer of the proyect is manage in the API folder, to manage all the connection and requests with external services.
The infrastructure layer of the proyect is manage in the Repositories folder, to manage all the bussiness logic of the application.
The Presentation layer of the proyect is manage with the templates and pages folders, to manage all the UI section.
Each component should manage its own .spec file to cover the appropiate unit tests