forked from 4GeeksAcademy/vanillajs-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
16 lines (16 loc) · 1005 Bytes
/
learn.json
File metadata and controls
16 lines (16 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"autoPlay": false,
"title": {
"en": "Vanilla.js Starter Template for beginners",
"es": "Plantilla Inicial de Vanilla.js para principiantes"
},
"description": {
"en": "This is a starter template for Vanilla.js projects. It includes a basic folder structure with separation between CSS, JS and HTML files. It also uses Vite to kickstart your project and it can be deployed to Vercel in just one click",
"es": "Este es un template inicial para proyectos en Vanilla.js. Incluye una estructura básica de carpetas con separación entre archivos CSS, JS y HTML. También utiliza Vite para iniciar tu proyecto y puede ser desplegado en Vercel con un solo clic."
},
"repository": "https://github.com/4GeeksAcademy/vanillajs-hello",
"preview": "https://repository-images.githubusercontent.com/130237499/fc593900-78de-11ea-8d19-fb66acf4d7fe",
"projectType": "template",
"difficulty": "beginner",
"technologies": ["HTML", "CSS", "Javascript", "DOM", "VITE", "MODULE BUNDLER"]
}