## deno-fs-routing

A starter template for VanJS with client-side file-system routing.

### Features

- Deno Configuration (works with Deno exclusively)
- Single Page Application (SPA)
- Client-Side File-System Routing

### Tasks

- `deno task dev` - Start the development server
- `deno task build` - Build for production
- `deno task start` - Start the app in production mode
- `deno task preview` - Preview the production build
- `deno task serve` - Vite serves the app on the network.

### What's included

- `@deno/vite-plugin` - A plugin to enable Deno resolution inside Vite
  configurations.
- `mini-van-plate` - A Minimalist Template Engine for Client/Server-side
  Rendering for VanJS.
- `vanjs-core` - The VanJS core library for building reactive UIs.
- `vanjs-ext` - A collection of utilities to boost productivity and DX for
  VanJS.
- `vite-plugin-vanjs` - A mini meta-framework for VanJS that provides
  basic/file-system routing, metadata management, JSX support, isomorphic
  rendering and more.

### Resources

- [deno](https://deno.com): The Official Website.
- [mini-van](https://vanjs.org/minivan): The Official `mini-van` Documentation.
- [vite](https://vite.dev): The Official Vite Website.
- [vanjs-core](https://vanjs.org/tutorial): The Official VanJS Tutorial.
- [vanjs-ext](https://vanjs.org/x): The Official `vanjs-ext` Documentation.
- [vite-plugin-vanjs](https://github.com/thednp/vite-plugin-vanjs/wiki): The
  `vite-plugin-vanjs` wiki page.
