This is framework for running the datefield interview question. The project uses Vanilla Vite with Typescript and Jest.
npm install && npm start
The dev server will be running on http://localhost:5173/
and any code changes to source files will automatically reload the browser on save.
npm test
This repo uses Jest for testing. There is a test file named index.spec.ts
stubbed out.