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
Install:
npm start
To create the hydrate app, run:
npm run build
To run the server, run:
npm run serve