Skip to content

Commit 7d42009

Browse files
committed
fix readme typo
1 parent c85ee87 commit 7d42009

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Client has been created with create-react-app and located in `./project-name/cli
7979

8080
#### Development
8181

82-
In develpoment mode cleient will be run in a container built with `./client/Dockerfile.dev` and will be exposed on port 3000, with docker volumes every on save change will be reflected within the running container.
82+
In develpoment mode the client will be run in a container built with `./client/Dockerfile.dev` and will be exposed on port 3000, with docker volumes every change thats been saved will be reflected within the running container.
8383

8484
#### Production
8585

86-
In production mode a client build will be created and will run in a container built with `./client/Dockerfile`.
86+
In production mode the client build will be created and will run in a container built with `./client/Dockerfile`.
8787
The client build/static-files will be served with nginx server and will be exposed on port 80.
8888

8989
#### Environment Variables
@@ -117,8 +117,8 @@ Server is located in ./projec-name/server using express.
117117

118118
#### Development
119119

120-
In development mode it will run in a container built with `./server/Dockerfile.dev`.
121-
dev mode server will be exposed on port 5500 to the "outside" world and will use volumes for data persistent.
120+
In development mode the server will run in a container built with `./server/Dockerfile.dev`.
121+
and will be exposed on port 5500 to the "outside" world, with docker volumes and nodemon, every change thats been saved will be refelected within the running container.
122122

123123
#### Production
124124

0 commit comments

Comments
 (0)