This is a React demo application showcasing integration with the Revel Digital Client SDK. It demonstrates how to build a React-based gadget for the Revel Digital digital signage platform using TypeScript and Vite.
This is a template repository and does not accept pull requests. To use this demo in your own projects, please fork this repository or download/copy the code to create your own version.
- React + TypeScript + Vite setup optimized for Revel Digital gadgets
- Integration with @reveldigital/client-sdk
- Hot Module Replacement (HMR) for fast development
- ESLint configuration for code quality
- Fork or copy this repository
- Install dependencies:
npm install - Start development server:
npm run dev - Build for production:
npm run build:gadget