Skip to content

taylorfullstack/p14_taylor_heather

Repository files navigation

HRNet by Wealth Health

Local installation

  1. Clone and/or fork this repository.
  2. Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

Modal component

  1. Test out the modal component in a sandbox:

Modal Codesandbox

  1. See the docs in the Readme on NPM:

Modal NPM