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
- Host: GitHub
- URL: https://github.com/kanahiro/sveltekit-amplify-starter
- Owner: Kanahiro
- License: mit
- Created: 2024-09-24T13:17:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T11:28:10.000Z (about 1 year ago)
- Last Synced: 2025-07-18T11:54:44.783Z (11 months ago)
- Topics: amplify, aws, svelte, sveltekit
- Language: TypeScript
- Homepage: https://main.d3443wg8sm9rim.amplifyapp.com/
- Size: 869 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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