An open API service indexing awesome lists of open source software.

https://github.com/himanshuteotia/typescript_node_starter

Setting up the typescript node server template. This project can be used to set up a new project in typescript with node.
https://github.com/himanshuteotia/typescript_node_starter

typescript typescript-server typescript-starter typescript2 typescript3

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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