Skip to content

rottenMonke/simple-preact-ssr-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-preact-ssr-boilerplate

So i didn't manage to find any simple preact ssr boilerplates.Most of what could be found looked overcomplicated.

Start

  • For development start "build:client-dev" and then "start:ssr-server-dev" in a separate terminal
  • prod - run "prod" command

Todo

- SSR codespliting  
  (doubt I can manage it without hacks now). At least I can deactivate SSR for some routes.