Skip to content

Commit

Permalink
add sveltekit-typescript-showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Feb 24, 2023
1 parent 792f908 commit 8e14fd5
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 6 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,16 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

uses: [TypeScript], [MDsveX], [Rehype], [Remark], [PNPM], [Vitest], [Playwright]

1. **[sveltekit-typescript-showcase](https://github.com/ivanhofer/sveltekit-typescript-showcase)** 
[[code](https://github.com/ivanhofer/sveltekit-typescript-showcase)] 
<a href="https://github.com/ivanhofer/sveltekit-typescript-showcase/stargazers">
<img src="https://img.shields.io/github/stars/ivanhofer/sveltekit-typescript-showcase?logo=github" alt="GitHub stars" valign="middle">
</a>

This repository shows how Svelte and SvelteKit work together with TypeScript.<br>

uses: [TypeScript]

[algolia]: https://algolia.com
[anime.js]: https://animejs.com
[aws]: https://aws.amazon.com
Expand Down
1 change: 1 addition & 0 deletions site/src/app.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// <reference types="@sveltejs/kit" />

declare module '*sites.yml' {
export const lastParsed: string
const sites: import('./lib').Site[]
export default sites
}
Expand Down
6 changes: 0 additions & 6 deletions site/src/sites.d.ts

This file was deleted.

26 changes: 26 additions & 0 deletions site/src/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2604,3 +2604,29 @@
name: Mehdi Vasigh
location: Atlanta, GA
company: null
- title: sveltekit-typescript-showcase
url: https://github.com/ivanhofer/sveltekit-typescript-showcase
repo: https://github.com/ivanhofer/sveltekit-typescript-showcase
description: >-
This repository shows how Svelte and SvelteKit work together with
TypeScript.
uses:
- TypeScript
tags:
- learning
- open source
- showcase
- tutorial
date_created: 2022-03-07T00:00:00.000Z
date_added: 2023-02-24T00:00:00.000Z
last_updated: 2023-02-24T00:00:00.000Z
slug: sveltekit-typescript-showcase
repo_stars: 485
contributors:
- github: ivanhofer
twitter: null
url: null
avatar: https://avatars.githubusercontent.com/u/21335119?v=4
name: Hofer Ivan
location: Italy
company: null
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -847,3 +847,13 @@
date_created: 2021-05-08
date_added: 2023-01-15
last_updated: 2023-01-15

- title: sveltekit-typescript-showcase
url: https://github.com/ivanhofer/sveltekit-typescript-showcase
repo: https://github.com/ivanhofer/sveltekit-typescript-showcase
description: This repository shows how Svelte and SvelteKit work together with TypeScript.
uses: [TypeScript]
tags: [showcase, tutorial, learning]
date_created: 2022-03-07
date_added: 2023-02-24
last_updated: 2023-02-24

0 comments on commit 8e14fd5

Please sign in to comment.