You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,19 +71,21 @@ this is because you cant bind two processes to the same `[IP:PORT]` , in our cas
71
71
72
72
### Start the servers
73
73
74
-
after setting the changes that we mention in the previous section we start turning the servers and discover how easy is to `create` and `modify` or `delete` a `product` or a `user`
74
+
after setting up the changes that we mention in the previous section we start turning the servers and discover how easy is to `create` and `modify` or `delete` a `product` or a `user`
75
75
76
+
**I- Start the backend server**
76
77
77
-
1.get in `LoopBack4ReactAdminExample/BackendLoopbackV4/ecommerce` and run the command `npm start`
78
+
get in `LoopBack4ReactAdminExample/BackendLoopbackV4/ecommerce` and run the command `npm start`
78
79
79
80
```ruby
80
81
> node -r source-map-support/register .
81
82
82
83
Server is running at http://[::1]:3001
83
84
Tryhttp://[::1]:3001/ping
84
85
```
86
+
**II- start the Frontend server**
85
87
86
-
2.get in the `LoopBack4ReactAdminExample/Frontreactadmin/ecommerce` and run the command `npm start`
88
+
get in the `LoopBack4ReactAdminExample/Frontreactadmin/ecommerce` and run the command `npm start`
0 commit comments