Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrahimmfadae committed Oct 7, 2022
1 parent 9245b99 commit 9815826
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@ $ docker-compose version
Docker Compose version v2.11.2
```

## Run
## Run & Stop

Step one, install the dependencies
Install dependencies

```
$ yarn install
```

We can move the `yarn install` step to the container, but installing the dependencies inside the container when we have no caching bothers me! Especially in the development phase.
_Note: We can move the `yarn install` step to the container, but installing the dependencies inside the container when we have no caching bothers me! Especially in the development phase._

Step two, start the containers.
Run containers

```
$ yarn docker-compose:up
```

You can see the front end by navigating to [http://localhost:3005](http://localhost:3005) with your browser.

To shut down the containers, run this command.
Stop containers

```
$ yarn docker-compose:down
Expand Down

0 comments on commit 9815826

Please sign in to comment.