Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.79 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.79 KB

Vite + Svelte + Routify + UI

Vite : for bundling Svelte : as the UI Framework Routify : for client side routing UI :

Inspired from this Starter template for Routify.

Get started / Scripts

Run with npm run <command>, for example npm run dev

Command Description
dev Development (port 5000)
build Build your app for production!
preview Preview the built version of your app locally

Extra Configs

We include a few extra configs to help make it easy to ship a Routify project:

Config Path Description
netlify.toml This is the Netlify config, you need this when publishing to Netlify
vercel.json This is the Vercel config, you need this when publishing to Vercel
public/.htaccess If you build your site to static using spank you will need this when putting your site on an apache based webserver