Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 238 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 238 Bytes

Simple Vite app for isolated code experiments.

Create a src/pages/<name>/index.tsx file, and it will create a new /<name> route.

  • default export is chunked and lazy loaded.
  • const meta export is statically available everywhere.