Skip to content

Commit

Permalink
Fix README.md about full stack development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
choidabom committed Sep 28, 2024
1 parent be41b82 commit d2a50e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@ We offer two options. Choose the one that best suits your needs:
pnpm install
```

4. Run application:
4. Run the Backend application and the Frontend application:

```bash
pnpm run dev
pnpm backend start:dev
pnpm frontend dev
```

5. Visit http://localhost:5173 to enjoy your CodePair.
Expand Down

0 comments on commit d2a50e6

Please sign in to comment.