Multi-module projects and Packaging frontend-backend together
Why multi-module projects?
In multimodule projects, you split a big project into smaller modules.
For instance, a website can be split to front-end, back-end and db modules.
By splitting,
it increases the readability and makes the project easier to...
ashokgurudayal.hashnode.dev3 min read