1de388ce75
build(deps): bump the kiota-dependencies group in /msgraph-mail/typescript with 7 updates |
||
---|---|---|
.. | ||
.github/workflows | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
webpack.config.js |
README.md
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