francisfuzz / ts-playzone

Where I keep all my useful TypeScript learnings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-playzone

This repository is where I keep all my useful TypeScript learnings.

Setup

# Clone the repo and navigate to it
git clone https://github.com/francisfuzz/ts-playzone
cd ts-playzone

# Install dependencies
npm install

# Run the index
npm run index #=> hello, playzone

About

Where I keep all my useful TypeScript learnings

License:MIT License


Languages

Language:JavaScript 50.8%Language:TypeScript 49.2%