We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de71d83 commit 52cdabfCopy full SHA for 52cdabf
1 file changed
DIRECTORY.md
@@ -0,0 +1,52 @@
1
+# Directory structure
2
+
3
+Figure 01
4
5
+```bash
6
+EXPRESS-API-TEMPLATE
7
+├── .editorconfig
8
+├── .gitignore
9
+├── package.json
10
+└── README.md
11
+```
12
13
+Figure 02
14
15
16
17
+├── node_modules
18
+├── src
19
+| ├── bin
20
+│ │ ├── www.js
21
+│ ├── routes
22
+│ | ├── index.js
23
+│ └── app.js
24
25
26
27
+├── README.md
28
+└── yarn.lock
29
30
31
+Figure 03
32
33
34
35
+├── build
36
37
38
39
40
41
42
43
+├── .babelrc
44
45
+├── .eslintrc.json
46
47
+├── .prettierrc
48
+├── nodemon.json
49
50
51
52
0 commit comments