Skip to content

Setting up the typescript node server template. This project can be used to set up a new project in typescript with node.

Notifications You must be signed in to change notification settings

himanshuteotia/typescript_node_starter

Repository files navigation

Typescript & Node starter

Overview

This project uses TypeScript, ESLint, Jest, Winston, Prettier, and more. Please take a look at the package.json file for details.

Getting Started

To get started, run the following commands:

  1. npm install && npm start

  2. If you want to update packages to the latest versions (optional), you can use the following commands: npx npm-check-updates -u & npm install

  3. Additionally, if you want to check for any outdated npm packages, you can run: npm outdated. If you find any outdated modules, please repeat step 2. EOF