mirror of
https://github.com/hashicorp/hashicorp-ad-server
synced 2026-04-05 18:56:04 +00:00
No description
- JavaScript 100%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| src | ||
| .babelrc.js | ||
| .gitignore | ||
| dev.js | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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