flâneur — a map of the web's best reading

How I structure Express apps

kentcdodds.com · 2,165 words · saved by 1 readers

The build/dev tools and scripts I use for Node backends.

How I structure Express apps Learn the Durable Skills of a Product Engineer with Kent on July 7th at a 40% discount. Claim the discount 1 day 17 hour s 10 min s 59 sec s Remind me later Back to overview 1,752 what's this? Login 0.053 0 0 No translations available. Add translation TL;DR–Explore the example repository This is the typical structure I use for my medium-sized Node backends. For small backends, I'd probably just put everything in one file and I might not bother with build tooling. package.json Let's start in the package.json . Here are the relevant bits: { " main " : " index.js " ,

Explore this link on the map →

saved by

related reading