Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 843 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 843 Bytes

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