1.2.0 • Published 1 year ago

serve-isolated v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

serve-isolated

Serve static contents under the crossOriginIsolated mode.

See this post for more detail about crossOriginIsolated, COOP & COEP

Usage

The quickest way to get started is to just run npx serve-isolated in your project's directory.

If you prefer, you can also install the package globally using Yarn.

yarn global add serve-isolated

Once that's done, you can run this command inside your project's directory...

serve-isolated

...or specify which folder you want to serve:

serve-isolated folder_name

available options:

--host   Specify listening hostname
--port   Specify listening port
--https  Enable https/http2,
         with automatically generated cert using devcert
         (root permission may required)

License

MIT