Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 430 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 430 Bytes

esbuild-ts-starter

This is a starter template for a TypeScript project that uses the esbuild module bundler.

Quick Start

To get started with this project, you'll need to clone the repository and install the dependencies:

git clone https://github.com/makaronma/esbuild-ts-starter
cd esbuild-ts-starter
pnpm i

Once you've installed the dependencies, you can use pnpm dev or pnpm start to run the project: