/ts-node-starter

Starter to use NodeJS with TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

Starter to use NodeJS with TypeScript

Get Started

This starter recommends using pnpm, however you can opt out to use any package manager.

pnpm

  • pnpm install install dependencies.
  • pnpm dev start the dev server.
  • pnpm start start the production build.

npm

  • npm install install dependencies.
  • npm run dev start the dev server.
  • npm start start the production build.