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

Instead of using process.env.VARIABLE, export uppercase variables. process.env.VARIABLE is interpreted as "string | undefined" causing compiler errors. .env.example * change the SESSION_SECRET to pass "code spell checker" * add NODE_ENV...

allows to work on project without re-building each time

For ease in setting up a development environment I have added docker to this repository. Now user doesn't have to install node or mongo in their machine and can easily...

after that change, jest starts shows errors with mapped js->ts files

Implementation to run in development mode using nodemon loading custom types in order to prevent errors when running the server in development mode. The error that is being prevented by...

This boilerplate starter for a TS based Express app is fantastic, I really like how it lays out the OAuth flow as well as all the basic user endpoints to...

Lock files are designed to be submitted to source control for consistent builds. Ignoring yarn.lock conflicts with its intended purpose: https://classic.yarnpkg.com/en/docs/yarn-lock/#toc-check-into-source-control.

1) added explanation to readme 2) added .devcontainer dir configured for this project 3) edited the Mongo code in app.ts so it will work with CosmosDB

Added GitHub Actions workflow to deploy to Azure Web App. Will require `AZURE_WEBAPP_PUBLISH_PROFILE` secret to be configured in GitHub. ![image](https://user-images.githubusercontent.com/5100938/73516915-98d2fc80-43bf-11ea-8727-6b2e0f7046a8.png) The Azure Web App is also expected to have the...