Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 390 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 390 Bytes

reflect-scaffold-example

This project will set you up with a very basic application that you can immediately publish and see working utilizing reflect.

To Run

npm install
npx reflect dev src/reflect/index.ts
npm run dev

To Publish

# Publish the Reflect server
npx reflect publish src/reflect/index.ts

# Publish the UI somewhere, i.e. Vercel
npx vercel