A minimal Bulk Submit Data Provider proof-of-concept (TypeScript + Express).
Getting started
- Install dependencies:
npm install- Run in dev mode (auto-reload):
npm run devIn a separate terminal, start the frontend HMR server
npm run dev:frontend- Build and start:
npm run build:frontend
npm startTests
npm test