Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

vorcigernix/sapperweb_now

Repository files navigation

Serverless Sapper for Now v2 - template

Sapper demo by @antony

This is a demonstration of a Dynamic (i.e. not Static / Exported) Sapper Template to Now v2, using the Now Sapper builder. We @socialbakers added a "Café" design and template and connection to CMS.

Static assets from your application are served from the now CDN.

Usage

Check out this project from git:

git clone nerdcafe
cd nerdcafe
npm i

and deploy it to now:

npx now

Local Usage (Now Dev)

At the current time, Zeit's now dev emulator lags significantly behind the real service, and as such, the now-sapper module will not work locally. You will encounter the following error:

> Now CLI 16.2.0 dev (beta) — https://zeit.co/feedback/dev
> Creating initial build
> Error! Unknown file type: undefined

Caveats

Though serverless, your Sapper application will still run all routes from a single endpoint /*. It does not (yet) support route splitting / differential bundling. I have tried this with a hefty Sapper application, and have not found this to be an issue, though it would be optimal to add this feature.