An open API service indexing awesome lists of open source software.

https://github.com/kanahiro/sveltekit-amplify-starter

SvelteKit + Amplify Gen2 (Hosting + Backend) Template
https://github.com/kanahiro/sveltekit-amplify-starter

amplify aws svelte sveltekit

Last synced: 8 months ago
JSON representation

SvelteKit + Amplify Gen2 (Hosting + Backend) Template

Awesome Lists containing this project

README

          

# sveltekit-amplify-starter

SvelteKit + Amplify Gen2 (Hosting, Backend)

## features

- Authentication flow on Server-side rendering (SSR)
- Utility components for Amplify and authentication

## usage

1. Copy or Fork this repository
2. Connect your repository in the Amplify Console
3. Done

## tips

- `amplify_outputs.json` generated by Amplify CLI on build time or sandbox mode and should not be modified manually and so it is `.gitignore`d. `amplify_outputs.json` is loaded by [./src/routes/+layout.svelte](./src/routes/+layout.svelte).
- Using `aws-amplify` as ssr-mode.

## references

-
-

## development

```sh
npm install
npm run sandbox
npm run dev
```

## license

MIT