TypeScript-Node-Starter
TypeScript-Node-Starter copied to clipboard
A reference example for TypeScript and Node with a detailed README describing how to use the two together.
npm ERR! Unexpected end of JSON input while parsing near '...server"},"directories' I tried npm run cache clean --force but it didn't help
I've tried to follow these steps but the application is now saying "Application Error" I looked at the logs and I see this: ``` Debugger listening on ws://0.0.0.0:49494/703f9862-c7bf-4f73-8803-e3de51b27f78 For help...
The live demo is currently unavailable: ``` $ curl -I https://typescript-node-starter.azurewebsites.net/ HTTP/1.1 403 Site Disabled Content-Length: 2399 Content-Type: text/html Server: Microsoft-IIS/10.0 Date: Wed, 17 Apr 2019 22:08:17 GMT ``` Dup...
Hey everyone! This project has been a great help so far. I have been experimenting with tests a little bit and I couldn't get async tests to pass the compilation....
The build fails and throws several typescript related errors  Steps to reproduce: `yarn install` `yarn run build` or `yarn build`
Let's bundle the server for faster boot and more pleasurable development experience. webpack is a great place to start for this!
It would be nice to have an example of health check path. I see more and more applications using these kind of boilerplate and no probe or health check endpoints...
by adding static methods to mongoose's schema object it will show how to take advantage of the `mongoose.model` function even more. using the function: ```ts function model ``` this would...
I think currently all tests depend on an actual MongoDB instance to run - this is great for end-to-end tests which make sure everything is fine. However I wonder if...
Hi, I try to debug this example with VSC, and I'm running this on WSL (Ubuntu). OS: Windows 10 Debug tool: VSC 1.25 WSL: Ubuntu 18.04 My VSC configuration is...