Skip to content
/ typescript-template Public template

Another template to start a project with TypeScript! Give me a star and make me happy.

Notifications You must be signed in to change notification settings

sajaddp/typescript-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Template

This is a template repository for starting a new TypeScript project.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/typescript-template.git
    cd typescript-template
  2. Install dependencies using pnpm:

    pnpm i

Running the Project

To run the project, use the following command:

ts-node ./src/index.ts

Development

To start the development server, run:

npm run dev

Code Formatting

To format the code using Prettier, run:

npm run prettier

License

This project is licensed under the MIT License.

About

Another template to start a project with TypeScript! Give me a star and make me happy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published