✳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
- How to write a production-ready Node and Express appfreecodecamp.org
- Bulletproof node.js project architecture 🛡️softwareontheroad.com
- Node.js Server Setup with Type Safety and Testinglinkedin.com
- Tao of Node - Design, Architecture & Best Practices | Alex Kondovalexkondov.com
- Node.js Middleware Conceptw3schools.com
- 🔗 Connect React Frontend with Node Backend | by Sivanathan Dilakshan | Mediummedium.com
- The emperor’s new clothes were built with Node.js | Notesnotes.ericjiang.com
- 4.x API Reference · Express.jsexpressjs.com
- nodebestpractices/sections/testingandquality/test-middlewares.md at master · goldbergyoni/nodebestpractices · GitHubgithub.com
- Getting Started: Error Handling | Next.jsnextjs.org
- API Reference: Edge Runtime | Next.jsnextjs.org
- Node.js Fundamentals: Web Server Without Dependenciesblog.bloomca.me