blissboy / typescript-web-workers

How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Web Workers

How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.🚀

Run this project using npm install and npm start, open your browser developer tools at address http://127.0.0.1:8080/ to see a Web Worker running.

Happy coding!🤓

About

How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.

License:MIT License


Languages

Language:TypeScript 57.1%Language:HTML 42.9%