Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.54 KB

File metadata and controls

47 lines (35 loc) · 1.54 KB

TypeScript Template


Use this template
License Release TypeScript pnpm

This is a simple base template for starting new TypeScript projects.

Other templates created using this template:

Scripts

Set up development environment

pnpm dev

Set up production environment

pnpm prod

Run the code

pnpm start

Update the dependencies to the latest version

Warning

This command may introduce breaking changes since it updates to the latest major version.

pnpm up