Skip to content

Instantly share code, notes, and snippets.

@solancer
Created November 26, 2023 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solancer/6b33a453972c6a7955a02fa662ecddf7 to your computer and use it in GitHub Desktop.
Save solancer/6b33a453972c6a7955a02fa662ecddf7 to your computer and use it in GitHub Desktop.
webApp/
├── package.json
├── app/
│ ├── app.js
│ ├── views/
│ │ ├── home.html
│ │ └── about.html
│ └── models/
│ ├── user.js
│ └── product.js
└── config/
├── default.json
└── production.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment