Skip to content

brandonxiang/svelte-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-ssr

license

This is a demo to build ssr in a very simple mode powered with svelte, which is appropriately used for learning, not for production. Obviously, Sapper is the best choice for production. Please read the sapper documention first.

In Official Documention of Svelte, there are few paragraph to introduce SSR SSR. This repo is going to tell you how to set up a simple svelte ssr step by step.

Usage

To create a new project based on this template using degit:

npx degit brandonxiang/svelte-ssr svelte-ssr
cd svelte-ssr
yarn
# or
npm i

Development

yarn dev
# or
npm run dev

Reference

LICENSE

MIT @brandonxiang

About

A demo to build ssr in a very simple mode powered with svelte

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published