Skip to content

Commit

Permalink
๐Ÿ“ README command ๋ถ€๋ถ„ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaerrim authored Dec 11, 2023
1 parent 7631c5f commit 9859eb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,14 @@ $ npm install <package-name> -w=frontend

```bash
$ npm run start:dev -w=backend
$ turbo run start:dev --filter backend

$ npm run dev -w=frontend
$ turbo run dev --filter frontend
```

- ์ด์™ธ ๋ช…๋ น์–ด๋“ค๋„ ๊ฐ app ๋‚ด์˜ script ๋ช…๋ น์–ด๋ฅผ root(web17_morak)์—์„œ `npm run <command> -w={workspace}` ํ˜•ํƒœ๋กœ ์ž…๋ ฅํ•˜์—ฌ ์‹คํ–‰ํ•˜๋ฉด ๋ฉ๋‹ˆ๋‹ค.
- turbo scripts๋ฅผ ์ด์šฉํ•˜๊ณ  ์‹ถ์„ ๊ฒฝ์šฐ `turbo.json`์— ์ถ”๊ฐ€๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.

## ํŒ€์›

Expand Down

0 comments on commit 9859eb1

Please sign in to comment.