Skip to content

roxiness/routify-starter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Want full control over everything in this template?

We've created a new project called stackmix. It's an experimental CLI that let's you pick and mix all features in a Routify template! Get started with npx stackmix

Routify Starter

Starter template for Routify.

Get started

To get started run:

mkdir routify-app
cd routify-app
npm init routify

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

Want a service worker?

Checkout vite-plugin-pwa

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