This is a simple form picker with inhouse built datepicker.
Demo is hosted on Cloudflare Pages: https://sg-vite-vanilla-jsx.engg.me/
Node v16.15.0
NPM 8.5.5
Install packages
npm install
Install jsonserver globallay in your machine, skip if already installed
npm install -g json-server
Install concurrently globallay in your machine, skip if already installed
npm install -g npm install -g concurrently
Run locally WITHOUT jsonserver > localhost:3000
npm run dev
Run locally WITH jsonserver > localhost:3000
npm run dev2
Generate files for production
npm run build
Generate files for production and run preview from generated files > localhost:8000
npm run prod