Skip to content

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Example - Basic

This example demonstrates the basic use of @webscopeio/react-health-check package.

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