Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kentcdodds/express-app-example
- Owner: kentcdodds
- Created: 2020-07-12T02:58:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T10:02:47.000Z (over 2 years ago)
- Last Synced: 2024-10-19T18:26:14.357Z (27 days ago)
- Topics: expressjs, kcd-edu, nodejs
- Language: JavaScript
- Homepage: https://kentcdodds.com/blog/how-i-structure-express-apps
- Size: 43.9 KB
- Stars: 274
- Watchers: 8
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)