express-typescript-docker
express-typescript-docker copied to clipboard
Express, TypeScript Setup with Docker
Results
2
express-typescript-docker issues
Sort by
recently updated
recently updated
newest added
On https://github.com/ganeshmani/express-typescript-docker/blob/master/src/Routes/index.ts the path "api/user" is not working, but adding "/" ad the beginning like "/api/user", it works perfect
Steps to Reproduce: - Download the source code - In the root folder run: docker build -t testing . Actual: - error TS5057: Cannot find a tsconfig.json file at the...