forked from benminer/cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
62 lines (62 loc) · 1.97 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"name": "js-api",
"title": "JavaScript app",
"description": "Starter template using JavaScript",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/javascript.svg"
},
{
"name": "ts-api",
"title": "TypeScript app",
"description": "Starter template using TypeScript",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/typescript-icon.svg"
},
{
"name": "vue-js",
"title": "Vue.js",
"description": "Vue.js starter app",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/vue.svg"
},
{
"name": "react-js",
"title": "React",
"description": "React starter app",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/react.svg"
},
{
"name": "eleventy",
"title": "Eleventy",
"description": "Eleventy starter site",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/11ty.svg"
},
{
"name": "astro",
"title": "Astro",
"description": "Astro.build starter site",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/astro.svg"
},
{
"name": "nextjs",
"title": "Next.js",
"description": "Next.js starter app",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/nextjs.svg"
},
{
"name": "nextjs-ts",
"title": "Next.js (TypeScript)",
"description": "Next.js starter app using TS",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/nextjs-ts.svg"
},
{
"name": "sveltekit",
"title": "SvelteKit",
"description": "SvelteKit starter app",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/svelte.svg"
},
{
"name": "sveltekit-ts",
"title": "SvelteKit (TypeScript)",
"description": "Simple SvelteKit app using TS",
"image": "https://s3.us-east-2.amazonaws.com/assets.public.serverless/cloud/svelte-ts.svg"
}
]