/h3-starter

NodeJs Typescript ESM starter

Primary LanguageTypeScript

Node Typescript ESM starter

This is a starter project for a Node.js project using Typescript and ESM.

Command Overview

  • npm install - Install dependencies
  • npm run dev - Run the project in watch mode
  • npm run debug - Run the project in watch mode with debugging
  • npm run build - Build the project
  • npm start - Run the project