Svelte + Node.js API

Deployed with ZEIT Now !

This project is a Svelte app with three directories, /public for static assets, /src for components and content, and /api which contains a serverless Node.js function. See api/date for the Date API with Node.js .


The date according to Node.js is:

{date ? date : 'Loading date...'}