-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
903ee07
commit f7d1220
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"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"] | ||
} |