Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 869 Bytes

about.mdx

File metadata and controls

22 lines (16 loc) · 869 Bytes

import { AiOutlineFileText } from '@react-icons/all-files/ai/AiOutlineFileText'

About

Reactesse SSR is an opinionated Vite starter template made by @frandiox (insriped by @antfu's Vitesse) for mocking apps swiftly. With file-based routing, markdown support, I18n, PWA and uses Tailwind v2 for UI. The SSR capability is added via Vite SSR.

// syntax highlighting example
function reactesse() {
  const foo = 'bar'
  console.log(foo)
}