DEV Community

Discussion on: How would you build a full stack Node.js web app today?

Collapse
 
markoa profile image
Marko Anastasov

Do you keep the backend and frontend code in the same or separate repositories?

Collapse
 
gillchristian profile image
Christian Gill

If you are going to use the same language, then definitely the same repo. Easier to share code (and types).