Spanish / English
Hola, mi nombre es Matías Vilches (matiasvilches en github) y les quiero compartir este proyecto que realicé paso a paso siguiendo un tutorial en Youtube.
El tutorial consta con 26 videos, Se llama "Intermediate Meteor" del canal "LevelUpTuts" (todos los creditos para ellos). Se trabaja con JavaScript y Meteor, se crea una aplicación web donde puedes administrar tus Recetas (CRUD).
Link del tutorial: https://www.youtube.com/watch?v=BI8IslJHSag&list=PLLnpHn493BHFYZUSK62aVycgcAouqBt7V
Observación: Los textos del proyecto están en español, pero los nombres de las variables están en inglés.
-
Clonar este repositorio con HTTPS.
git clone https://github.com/matiasvilches/intermediate-meteor.git
-
Entrar al directorio "intermediate-meteor"
cd intermediate-meteor
-
Ejecutar los siguientes comandos.
meteor update meteor npm install meteor --settings settings.json
-
Jugar con la aplicación web :)
Spanish / English
Hello, my name is Matías Vilches (matiasvilches en github) and I want to share this project that I do step by step following a tutorial on Youtube.
The tutorial consists of 26 videos, It is called "Intermediate Meteor" channel "LevelUpTuts" (all credits for them). It works with JavaScript and Meteor, a web application is created where you can manage your Recipes (CRUD).
Link of the tutorial: https://www.youtube.com/watch?v=BI8IslJHSag&list=PLLnpHn493BHFYZUSK62aVycgcAouqBt7V
Observation: The project texts are in Spanish, but the names of the variables are in English.
-
Clone this repository with HTTPS.
git clone https://github.com/matiasvilches/intermediate-meteor.git
-
Enter the directory "intermediate-meteor"
cd intermediate-meteor
-
Execute the following commands.
meteor update meteor npm install meteor --settings settings.json
-
Play with the web application :)