Skip to content

kcsuraj/typescript-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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