Skip to content

sinsimon/stencil-vercel-swr-example

Repository files navigation

Stencil SSR POC

Objectives:

  • Get a stencil app to work with SSR and a simple express server
  • [] Pre-render components and avoid additional server requests during re-hydration on the client
  • [] Configure for deployment to Vercel and enable headers for stale-while-revalidate

Getting Started

Install:

npm start

To create the hydrate app, run:

npm run build

To run the server, run:

npm run serve

Useful Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published