DEV Community

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

Collapse
 
davidyoung77 profile image
David Young

Do you have a starter repos I can reference to get this going, this is exactly what I am working on?

Collapse
 
thespiciestdev profile image
James Allen

While not exactly, I have a monorepo (github.com/METACEO/monorepo-example) that shows a structure that I use to achieve the above.

Depending on my cloud provider, I'll write top-level scripts to help with development, deployment, etc. (all of which I hope gets much easier with Bazel.)

Tailoring this monorepo to something cloud-specific probably deserves it's own write-up beyond a comment.