Created
November 26, 2023 11:34
-
-
Save solancer/6b33a453972c6a7955a02fa662ecddf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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