DEV Community

Discussion on: Monorepo and Microservice setup in Nest.js

Collapse
 
faraazahmad profile image
Syed Faraaz Ahmad

I really like nest.js (due to a lot of reasons) but does it provide templating? or can i only make a decoupled backend with it?

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

you can create an angular frontend with the nest cli.

the rest needs to be implemented manualy as far as i know.