ca0v / sapper-lab

Home Page:sapper-lab.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This was originally created from a Vercel Temple.

I did nothing to get this scaffolding in place. It all came from a Sapper template for Vercel.

I notice there is no script to convert to typescript but I am starting to think maybe typescript will only be used on external dependencies that are imported into Svelte. The need for typescript might indicate that it is time to get our of the .svelte file.

I am still unclear as to how dependencies are loaded so I tend to want to fall back to using requirejs for explicit imports.

Vercel is not only hosts static sites but stateless methods as well. See the api folder.

Links

  • vercel static site and serverless functions
  • sapper-lab this site hosted on vercel
  • stateless method code can run on cloud server for batch processes and accessing secure systems.

About

sapper-lab.vercel.app


Languages

Language:JavaScript 63.5%Language:Svelte 29.2%Language:HTML 4.6%Language:CSS 2.7%