Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
forked from sveltejs/template

Template for building basic applications with Svelte

Notifications You must be signed in to change notification settings

roxiness/routify-starter-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

routify-starter

Get started

To use this starter run npx @sveltech/routify init in an empty folder.

Alternatively, you can git clone this repo instead.


Usage

Development npm run dev

Dev + codesplitting npm run dev:split

Build npm run build


Production

Please make sure that url rewrite is enabled on our server.

  • For apps without code splitting redirect to index.html
  • For apps with code splitting redirect to dynamic.html
[Important] Routes are currently not regenerated on build scripts, so make sure you've generated the routes first before you run the build script.

About

Template for building basic applications with Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.0%
  • JavaScript 43.3%
  • CSS 2.7%