Skip to content

lucas77x/base-nodejs-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js + Typescript

Key Components

  • Node.js
  • TypeScript
  • ESLint
  • Standard
  • Pino Logger

Installation

Prerequisites

  • Node.js (v18.19.0 or higher)
  • npm (v10.5.0 or higher)

Installation Steps

  1. Clone the repository

  2. Install dependencies:

    npm install
    
  3. Start the application

    node src/app.js
    

Environment Variables

LOG_LEVEL=debug
NODE_ENV=development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published