Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kentcdodds/express-app-example

How I structure Express Apps (example repo)
https://github.com/kentcdodds/express-app-example

expressjs kcd-edu nodejs

Last synced: about 13 hours ago
JSON representation

How I structure Express Apps (example repo)

Awesome Lists containing this project

README

        

# Express App Example

This gives a basic idea of the dev and build tools and scripts I use for my
medium sized node apps. For small apps, I'd probably follow the same tooling
setup, but I'd put everything in a single file.

Learn more from my post about this here:
[**How I structure Express apps**](https://kentcdodds.com/blog/how-i-structure-express-apps)