Skip to content

This setup provides a basic structure for an object-oriented Node.js project with TypeScript, global error handling, and a separation of concerns between controllers and services. Feel free to adjust the project structure and code organization based on your specific requirements and preferences.

Notifications You must be signed in to change notification settings

Ranjeetvit453/node-typescript-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdir your-project-name cd your-project-name npm init -y npm install express body-parser typescript ts-node @types/node @types/express @types/body-parser --save-dev npx tsc --init

About

This setup provides a basic structure for an object-oriented Node.js project with TypeScript, global error handling, and a separation of concerns between controllers and services. Feel free to adjust the project structure and code organization based on your specific requirements and preferences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published