This example shows how to run code in WebWorkers by utilizing webpack 5.
Deploy the example using Vercel:
Execute create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app --example with-web-worker with-web-worker-app
# or
yarn create next-app --example with-web-worker with-web-worker-appDeploy it to the cloud with Vercel (Documentation).