Skip to content

Commit ef3e17b

Browse files
Update README.md
1 parent b9c4042 commit ef3e17b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,21 @@ this is because you cant bind two processes to the same `[IP:PORT]` , in our cas
7171

7272
### Start the servers
7373

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`
7575

76+
**I- Start the backend server**
7677

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`
7879

7980
``` ruby
8081
> node -r source-map-support/register .
8182

8283
Server is running at http://[::1]:3001
8384
Try http://[::1]:3001/ping
8485
```
86+
**II- start the Frontend server**
8587

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`
8789
```ruby
8890
Compiled successfully!
8991

0 commit comments

Comments
 (0)