typescript-fullstack-monorepo icon indicating copy to clipboard operation
typescript-fullstack-monorepo copied to clipboard

An example fullstack typescript application using shared libraries in a monorepo.

Results 4 typescript-fullstack-monorepo issues
Sort by recently updated
recently updated
newest added

https://github.com/jeffkhull/typescript-fullstack-monorepo/blob/8875cf48b95e392bfa85f6af9125cfe4dfe8b273/packages/boilerplate-server/tsconfig.json#L11 Is this above line intended?

Hey, On my machine this doesn't work. Doing `npm install` in the root works, but when i go into the `boilerplate-client` folder and try to run `npm run start` it's...