turborepo setup
I created my project using:
Hello I am having problems to run my turborepo project. I have created structure as:
apps/client
apps/server
packages/game-engine
But i cant make it to run correctly. I am having different errors and cant even run my server when doing pnpm run dev
My repository:
https://github.com/ruhap/travian
How to run:
clone repo
pnpm install
pnpm run dev
GitHub
GitHub - ruhap/travian
Contribute to ruhap/travian development by creating an account on GitHub.
1 Reply
So what I would like to get help, I think my package.json/tsconfigs are wrong(?):
How to run my server correctly (now i am using tsc)
How to run my "game-engine" package correctly (now i am using tsc)
If i do
and go to http://localhost:3001/hello it does not work so my server is not "running"