This project was created by Rafael Appelt as a practical test for AE Studio.
The project has 3 layers separated by directories. The webpack wraps everything in the dist folder during the build process.
The enterprise's core logic.
This layer contains the application's business rules regarding the user interface.
The implementation of the user interface. Web Components were used to modularize the interface components.
This project requires the npm installed to build and run.
To build the application with Webpack, run the following npm script:
npm run build
To run the application, use one of the following methods:
npm script
Run the npm script: npm run start