Skip to content

Commit e409e29

Browse files
committed
Updated
1 parent 09f208d commit e409e29

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ View horizontal scaling representation image with nodetomic-api <a href="https:/
4141
|-- api
4242
| |-- controllers
4343
| |-- models
44-
| `-- sockets
44+
| |-- sockets
45+
| `-- routers
4546
|-- assets
4647
|-- auth
4748
| |-- controllers
4849
| |-- passports
49-
| `-- services
50+
| |-- services
51+
| `-- routers
5052
|-- config
5153
|-- lib
5254
| |-- express
@@ -95,7 +97,7 @@ yarn add nodetomic-api --ignore-engines
9597

9698
**Description:** Start the project in development mode
9799

98-
![Imgur](https://i.imgur.com/qY1mzDZ.png)
100+
![Imgur](https://i.imgur.com/dV6o7p9.png)
99101

100102
**Note:** if you want work with **nodemon** execute the command `npm run modemon`
101103

@@ -105,7 +107,7 @@ yarn add nodetomic-api --ignore-engines
105107

106108
**Description:** Compile the project by outputting the dist folder
107109

108-
![Imgur](http://i.imgur.com/yTI3otr.png)
110+
![Imgur](http://i.imgur.com/NoXdDO4.png)
109111

110112
**Note:** Generate folder **`dist`**. So "dist/client" is optional. You can paste the compilation of a client here, for example of Vue, React, Angular...
111113

0 commit comments

Comments
 (0)