Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1012 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 1012 Bytes

NxWebworkerExample

This repository is a template on how to implement a dynamicly launched webworker library with nx.dev monorepos framework.

This is accomplished using vite bundler.

run nx serve my-app and you will sea webworker messages in the console.log

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Development server

Run nx serve my-app for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Remote caching

Run npx nx connect-to-nx-cloud to enable remote caching and make CI faster.

Further help

Visit the Nx Documentation to learn more.