Skip to content

A starter project to easily create new NodeJS applications with TypeScript.

License

Notifications You must be signed in to change notification settings

lineCode/node-typescript-starter

 
 

Repository files navigation

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

About

A starter project to easily create new NodeJS applications with TypeScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.7%
  • TypeScript 38.6%
  • Shell 6.1%
  • Dockerfile 4.6%