Helper functions shared by React and NextJS Apps
The playground is a Vite-based development environment for testing and demonstrating AppHelper components interactively.
# Run playground with latest code (builds all packages first)
npm run playground:reload
# Or run playground without rebuilding
npm run playgroundThe playground will be available at http://localhost:3001
There are multiple packages contained within this repo
- Update version number in package.json of the package you wish to publish
- Run
npm run publish:apphelper,npm run publish:loginor whichever package you wish to publish.