Example implementation of NJWDS web and React components in React + Vite for testing the stencil-library
and react-library
builds during development.
- Build the
stencil-library
package by moving to the/packages/stencil-library
directory and runningnpm run build
. - Build the
react-library
package by moving the moving to the/packages/react-library
directory and runningnpm run build
. - Run
npm install
- Run
npm run dev
to open the development server.