Skip to content

Repository that leverages the power of Node.js and TypeScript in both development and production environments

Notifications You must be signed in to change notification settings

imopbuilder/node-ts-template

Repository files navigation

Node-ts-template

About

This repository leverages the power of Node.js and TypeScript in both development and production environments. During development, the project utilizes ts-node for seamless execution, while in the production phase, the TypeScript code is transpiled using tsc for optimal performance.

Prerequisites

  • Node.js
  • pnpm

Installation

  1. Go the directory
  2. Install dependencies:
    pnpm install  
  3. Run the project:
    pnpm dev

Scripts

  • dev: develop the application using ts-node.
  • build: compile typeScript files to javaScript using tsc.
  • start: start the application using nodejs.
  • format: format all the files inside the src directory using biomejs.
  • lint: lint all the files inside the src directory using biomejs.
  • check: check all the files inside the src directory using biomejs.

About

Repository that leverages the power of Node.js and TypeScript in both development and production environments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published