Skip to content

iipanda/node-typescript-boilerplate

Repository files navigation

Node.js + TypeScript Boilerplate

Opinionated Node.js and TypeScript boilerplate

🚀 Included

🌱 Inspired By

📦 Getting Started

  1. Clone the repository:
git clone https://github.com/iipanda/node-typescript-boilerplate.git
  1. Install pnpm if you haven't already. This project assumes pnpm and won't allow you to install dependencies with other package managers.

  2. Install dependencies:

cd node-typescript-boilerplate
pnpm install

🛠 Scripts

  • build: Runs tsup to compile and bundle the TypeScript code
  • start: Runs the compiled code
  • format: Formats the code with Prettier
  • lint: Runs ESLint
  • lint:fix: Runs ESLint with the --fix flag to attempt to fix the issues automatically
  • test: Runs the test suite

📄 License

This project is licensed under the MIT License.

About

Opinionated Node.js and TypeScript boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published