Skip to content

Basic setup for a Svelte app with examples from Svelte guide as demo.

Notifications You must be signed in to change notification settings

jpray/demo-svelte-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Svelte App

Basic setup for a Svelte app with examples from the Svelte guide as demo.

Uses PostCSS for CSS @import and custom properties support.

Scripts

Development requires Node.js and yarn (alternatively you can use npm).

After installing dependencies using yarn install the following scripts are available:

yarn ... Description
build Builds app into dist/.
dev Starts dev server and file watchers (start and watch).
start Starts dev server on http://localhost:7858 ("svlt" in T9).
watch Watches and rebuilds app on file changes.

About

Basic setup for a Svelte app with examples from Svelte guide as demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.2%
  • HTML 48.3%
  • CSS 0.5%