Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-schoener committed Apr 20, 2023
1 parent 37e360b commit 6150804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ Alternatively you can start all services with the following commands:
2. **API:** start the go api server at port `8080`.

```sh
cd api && go run ./cmd/group-challenge/root.go
cd api && go mod tidy && go run main.go
```

3. **Frontend:** start the frontend at port `3000`.

```sh
cd frontend && npm run dev
cd frontend && npm i && npm run dev
```

## Container
Expand Down

0 comments on commit 6150804

Please sign in to comment.