This is a template repository for starting a new TypeScript project.
-
Clone the repository:
git clone https://github.com/your-username/typescript-template.git cd typescript-template
-
Install dependencies using pnpm:
pnpm i
To run the project, use the following command:
ts-node ./src/index.ts
To start the development server, run:
npm run dev
To format the code using Prettier, run:
npm run prettier
This project is licensed under the MIT License.