Skip to content

Commit 8692740

Browse files
committed
Updated README, included ts-node in backend dependencies
1 parent cc4bd86 commit 8692740

3 files changed

Lines changed: 281 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To start up the server in the backend,
2424
```sh
2525
cd app/backend
2626
npm install
27-
node server.js
27+
npx ts-node server.ts
2828
```
2929

3030
If the server starts successfully, you will see

0 commit comments

Comments
 (0)