Skip to content

A sample project that illustrates how to structure your project when using Web Workers together with Visual Studio Code, TypeScript, and Webpack.

License

Notifications You must be signed in to change notification settings

atamocius/Web-Workers-With-Visual-Studio-Code-s-Intellisense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Workers With Visual Studio Code's Intellisense

A sample project that illustrates how to structure your project when using Web Workers together with Visual Studio Code, TypeScript, and Webpack.

Blog Post

Web Workers: Playing Nice With Visual Studio Code’s Intellisense

Prerequisites

How To Build And Run

  1. Install dependencies: npm install
  2. Build the application: npm run build
  3. Start the web server: npm start
  4. Open up the browser and navigate to the given URL.
  5. Open up the browser's Developer Tools to see the results printed on the console.

About

A sample project that illustrates how to structure your project when using Web Workers together with Visual Studio Code, TypeScript, and Webpack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published