Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 786 Bytes

File metadata and controls

18 lines (11 loc) · 786 Bytes

Example - Global configuration

This example demonstrates the use of @webscopeio/react-health-check package with global configuration.

Deploy with Vercel

You can deploy this example with one click on Vercel:

Deploy with Vercel

Run it locally

This example is running on Next.js. To run it locally you need to instal all dependencies and start development server.

npm install
npm run dev