No description
  • JavaScript 100%
Find a file
hashicorp-copywrite[bot] 7ce74985b3
[COMPLIANCE] Add Copyright and License Headers (#12)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-03-10 14:23:20 +05:30
src [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:20 +05:30
.babelrc.js [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:20 +05:30
.gitignore init 2020-07-11 20:58:24 -06:00
dev.js [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:20 +05:30
index.js [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:20 +05:30
package-lock.json init 2020-07-11 20:58:24 -06:00
package.json specific node version 2020-07-13 16:15:39 -06:00
README.md things are more complex for large apps 2020-07-13 16:07:57 -06:00

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