About

Reactesse Edge 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)
}