Skip to content

Commit

Permalink
docs(workspance): using nodemon and ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
guzhongren committed Nov 19, 2023
1 parent dfee4e3 commit f077245
Show file tree
Hide file tree
Showing 9 changed files with 596 additions and 36 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
dist
dist
tsconfig.tsbuildinfo
.DS_Store
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
npm install
```

## Dev

```sh
npm run start:dev -w packages/app
```

## Build
```sh
npm run build
Expand Down
Loading

0 comments on commit f077245

Please sign in to comment.