Follow these setps to quickly getting started with Sveltekit-Rest
Installation
Install sveltekit-rest
on you sveltekit
project.
Setup
- Add routes to your Router
Interface | Description |
---|
client | Typesafe client providing access to your APIs. |
serverHook | Automatically generated hook by Sveltekit-Rest for server communication. |
Enjoy Your Typesafe Api