/typescript-snippets

Collection of useful TypeScript snippets

Primary LanguageJavaScript

TypeScript Snippets

This repository is a collection of useful TypeScript code snippets that can be used in TypeScript based projects.

Checkout the snippets here: https://kcsuraj.github.io/typescript-snippets

Tools Used

Development

Install dependencies

npm install

Start development mode

npm run start

Build for production

npm run build