Skip to content

A simple Svelte application with Svelte Easyroute and SSR

Notifications You must be signed in to change notification settings

lyohaplotinka/svelte-easyroute-ssr-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Easyroute: SSR template

This is a project template for Svelte Easyroute with SSR.

You need to have Node.js installed.

Get started

Install the dependencies

cd svelte-easyroute-ssr-template
npm install

If you want to try SSR right now, execute npm run build first, and then npm run start:ssr.

package.json scripts

  • build - build both server-side and client-side app
  • dev - run client-side app in development mode (hot-reload, etc.)
  • start - run "sirv" for build client-side app (without SSR)
  • start:ssr - run Express.js server with SSR

About

A simple Svelte application with Svelte Easyroute and SSR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages