kiota-samples/template/typescript
Vincent Biret c223dd08a7
- adds a template for new samples
2021-04-16 12:05:09 -04:00
..
.github/workflows - adds a template for new samples 2021-04-16 12:05:09 -04:00
scripts - adds a template for new samples 2021-04-16 12:05:09 -04:00
src - adds a template for new samples 2021-04-16 12:05:09 -04:00
.dockerignore - adds a template for new samples 2021-04-16 12:05:09 -04:00
.editorconfig - adds a template for new samples 2021-04-16 12:05:09 -04:00
.eslintignore - adds a template for new samples 2021-04-16 12:05:09 -04:00
.eslintrc.js - adds a template for new samples 2021-04-16 12:05:09 -04:00
.gitignore - adds a template for new samples 2021-04-16 12:05:09 -04:00
Dockerfile - adds a template for new samples 2021-04-16 12:05:09 -04:00
LICENSE - adds a template for new samples 2021-04-16 12:05:09 -04:00
README.md - adds a template for new samples 2021-04-16 12:05:09 -04:00
package-lock.json - adds a template for new samples 2021-04-16 12:05:09 -04:00
package.json - adds a template for new samples 2021-04-16 12:05:09 -04:00
tsconfig.json - adds a template for new samples 2021-04-16 12:05:09 -04:00
webpack.config.js - adds a template for new samples 2021-04-16 12:05:09 -04:00

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