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.
- Host: GitHub
- URL: https://github.com/himanshuteotia/typescript_node_starter
- Owner: himanshuteotia
- Created: 2020-05-02T18:23:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T07:36:05.000Z (over 2 years ago)
- Last Synced: 2025-09-27T21:54:19.138Z (9 months ago)
- Topics: typescript, typescript-server, typescript-starter, typescript2, typescript3
- Language: TypeScript
- Homepage:
- Size: 317 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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