๐๏ธ ๐๏ธ Add Backend Apps
You can use different backend frameworks such as NestJS, ExpressJS, Laravel, Spring Boot, and others.
๐๏ธ ๐ Add Frontend Apps
You can add different frontend frameworks such as Next.js, Vue.js, React or any other frontend frameworks.
๐๏ธ ๐ Add Shared Libraries
The libs folder serves as the central hub for shared libraries and reusable code that can be utilized across multiple applications in your workspace. This makes it easy to maintain a clean, modular, and efficient codebase.
๐๏ธ ๐งช Add Tests
This folder contains all end-to-end (E2E) and integration tests for your workspace, powered by Playwright.
๐๏ธ Updates to .gitlab-ci.yml After Adding an App
When adding new applications to the monorepo, you need to make corresponding changes to the .gitlab-ci.yml file to ensure the CI/CD pipeline recognizes and processes the new apps correctly. Below are the changes you need to implement:
๐๏ธ Internal Documentation
Internal documentation for development and maintenance