a lot of the boilerplate additions that have been made are simply standard template code. For example in the frontend folder the main thing added is the
npx create-next-app@latest
which simply creates the project structure. Docker files and Docker compose have been added, as well as nginx.
a lot of the boilerplate additions that have been made are simply standard template code. For example in the frontend folder the main thing added is the
which simply creates the project structure. Docker files and Docker compose have been added, as well as nginx.