This project contains different templates for different projects.
A few words about the philosophy of this project before you would go further
- Prefer small artifacts,
- prefer low memory consumption,
- prefer fast build time,
- prefer languages with advanced type systems (Rust, Elm <3),
- this project is not for those who use the term "premature optimization" too often (very good article about it),
- reduce dependencies as much as possible (this is not the project where you will see a Spring Boot application with thousands of dependencies and wondering why does it take so much time to build/test/deploy).