added npm build-server

This commit is contained in:
Simon Redfern 2024-06-25 11:47:06 +02:00
parent 255fa02940
commit 5a51cd23a3

View File

@ -62,6 +62,14 @@ npm test:unit
npm run build
```
##### Build Server
```sh
npm run build-server
```
##### Start the backend server
```sh
npx ts-node <path-to-your-install>/server/app.ts