This project will set you up with a very basic application that you can immediately publish and see working utilizing reflect.
npm install
npx reflect dev src/reflect/index.ts
npm run dev
# Publish the Reflect server
npx reflect publish src/reflect/index.ts
# Publish the UI somewhere, i.e. Vercel
npx vercel