TypeScript-Node-Starter icon indicating copy to clipboard operation
TypeScript-Node-Starter copied to clipboard

A reference example for TypeScript and Node with a detailed README describing how to use the two together.

Results 71 TypeScript-Node-Starter issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey guys, I'm adding "skipLibCheck": true to ignore thid-party libraries. That can be confusing for some new programmers using ts with node

See https://asciinema.org/a/IARDsufZ2CEYvfuvDAUogExGz Doing yarn install && yarn start leads to compile error. Doing npm install && npm run lead to fine running node application. ``` > tsc node_modules/@types/connect-mongo/node_modules/@types/express-session/index.d.ts(36,7): error TS2300:...

I think that this starter should be made simpler without including MongoDb upfront and have a generator. As a starter I am looking for guidance on how to setup Node+Express+Typescrit...

I think it could be a good idea to add the topics [hackathon-starter](https://github.com/sahat/hackathon-starter) and [express-typescript-boilerplate](https://github.com/w3tecch/express-typescript-boilerplate) use to this repository: * nodejs (instead of node) * expressjs (instead of express) *...

Hey, Love the repo! Would be great to have a sample azure-pipelines.yml file for this repo as well. So that you could get started out of the box with Azure...

The live demo link given in the docs is not working [https://typescript-node-starter.azurewebsites.net/](url) it says site cant be reached....

In the tsconfig.json: ```jsonc { "compilerOptions": { "module": "commonjs", "esModuleInterop": true, "allowSyntheticDefaultImports": true, /* ----------there---------- */ "target": "es6", "noImplicitAny": true, "moduleResolution": "node", "sourceMap": true, "outDir": "dist", "baseUrl": ".", "paths": {...

When running the app as cloned, I got `Error: Unknown authentication strategy "local"` from controllers/user.ts line 41: `passport.authenticate("local", ... ` I remedied it by importing the configured passport instance from...

![image](https://user-images.githubusercontent.com/9611224/63557211-c3a06580-c582-11e9-96da-a96c676c64d2.png)