kiota-samples/msgraph-mail/typescript
Vincent Biret 1de388ce75
Merge pull request #6733 from microsoft/dependabot/npm_and_yarn/msgraph-mail/typescript/kiota-dependencies-d316b9553d
build(deps): bump the kiota-dependencies group in /msgraph-mail/typescript with 7 updates
2024-11-06 03:50:41 +05:30
..
.github/workflows
src
.dockerignore
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
Dockerfile
LICENSE
README.md
package-lock.json Merge pull request #6733 from microsoft/dependabot/npm_and_yarn/msgraph-mail/typescript/kiota-dependencies-d316b9553d 2024-11-06 03:50:41 +05:30
package.json Merge pull request #6733 from microsoft/dependabot/npm_and_yarn/msgraph-mail/typescript/kiota-dependencies-d316b9553d 2024-11-06 03:50:41 +05:30
tsconfig.json
webpack.config.js

README.md

CI GitHub issues GitHub license

Node TypeScript Starter

Since I make a lot of projects, I created this Node TypeScript Starter to easily create a new Node project with TypeScript.

Getting started

  • git clone https://github.com/FreekMencke/node-typescript-starter.git
  • npm install
  • npm start

The application will build and run the Node Typescript Starter.

Features

  • TypeScript ESLint (TSLint is deprecated)
  • Strict TSConfig
  • EditorConfig
  • Different configs for Dev and Prod
  • Webpack watch (nodemon)
  • BundleAnalyser
  • Docker
  • Github Action CI