Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,27 @@

<body>
<main>
<h1>Vanilla JavaScript App</h1>
<h1>Desplegando Web Apps Estaticas en Azure</h1>
<p>Y lo mejor de todo es que puede utilizar los recursos gratuitos de Microsoft Azure y tambien los recursos gratuitos de GitHub</p>

<h2>¿Qué necesitas para desplegar webapps estaticas</h2>
<p>Necesitas tener un cuenta en Azure, es gratis.
Puedes ingresar en el siguiente <a href="https://azure.microsoft.com/en-us/free/">Crear cuenta Gratuita</a>
</p>
<p>Tambien necesitaras una cuenta gratuita en GitHub
<a href="https://github.com/">Para crear tu cuenta en Github</a>
</p>

<h2>¿Como se hace el despliegue?</h2>
<p>Yo la verdad estoy iniciando, pero te recomiendo que sigas el paso a paso en este excelente tutorial de #AzureClassMx que realizaron en Youtube</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/4IZVvHwTJ_s" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h2>Un ejemplo del despliegue</h2>
<p>Esta pagina es un ejemplo del despliegue de una webapp estatica</p>

<h2>Les dejo mis contactos</h2>
<a href="https://github.com/josesandino">Github</a>
<a href="https://twitter.com/joansamo01">Twitter</a>
</main>
</body>

Expand Down
112 changes: 17 additions & 95 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,112 +1,34 @@
<p align="center">
<a href="" rel="noopener">
<img width=200px height=200px src="https://githubcampus.expert/assets/images/ce-flag.png" alt="Project logo"></a>
</p>
# Vanilla JavaScript App

<h3 align="center">Vanilla JavaScript App</h3>
_Este es un proyecto donde aprendi a hacer un deploy a una webapp estatica en Azure_

<div align="center">
## Comenzando 🚀

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![Version](https://img.shields.io/badge/Version-4.0-red)](/LICENSE)
_Antes que todo puedes ver un ejemplo del deployment en
* [Ejemplo WebApp Estatica](https://brave-coast-041959510.azurestaticapps.net/) - Un pequeño ejemplo de una webapp estatica
._

</div>
Mira **Deployment** para conocer como desplegar el proyecto.

---

<p align="center"> Learn the skills to build and grow diverse technology communities on campus with training, mentorship, and support from GitHub.
<br>
</p>
### Pre-requisitos 📋

## 📝 Table of Contents
_Necesitas una cuenta en Azure, la puedes conseguir de forma gratuita_
_Necesitas una cuenta en Github, que tambien es gratuita_

- [About](#about)
- [Getting Started](#getting_started)
- [Deployment](#deployment)
- [Usage](#usage)
- [Built Using](#built_using)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)

## 🧐 About <a name = "about"></a>
## Construido con 🛠️

Write about 1-2 paragraphs describing the purpose of your project.
_Las herramientas utilizadas_

## 🏁 Getting Started <a name = "getting_started"></a>

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
* [Azure](https://azure.microsoft.com/en-us/free/) - Manejar y alojar los deploy
* [Github](https://github.com/) - Usado para alojar el codigo

### Prerequisites

What things you need to install the software and how to install them.
## Autor ✒️

```
Give examples
```
* **José Sandino** - [josesandino](https://github.com/josesandino)

### Installing

A step by step series of examples that tell you how to get a development env running.

Say what the step will be

```
Give the example
```

And repeat

```
until finished
```

End with an example of getting some data out of the system or using it for a little demo.

## 🔧 Running the tests <a name = "tests"></a>

Explain how to run the automated tests for this system.

### Break down into end to end tests

Explain what these tests test and why

```
Give an example
```

### And coding style tests

Explain what these tests test and why

```
Give an example
```

## 🎈 Usage <a name="usage"></a>

Add notes about how to use the system.

## 🚀 Deployment <a name = "deployment"></a>

Add additional notes about how to deploy this on a live system.

## ⛏️ Built Using <a name = "built_using"></a>

- [MongoDB](https://www.mongodb.com/) - Database
- [Express](https://expressjs.com/) - Server Framework
- [VueJs](https://vuejs.org/) - Web Framework
- [NodeJs](https://nodejs.org/en/) - Server Environment

## ✍️ Authors <a name = "authors"></a>

- [@kylelobo](https://github.com/kylelobo) - Idea & Initial work

See also the list of [contributors](https://github.com/kylelobo/The-Documentation-Compendium/contributors) who participated in this project.

## 🎉 Acknowledgements <a name = "acknowledgement"></a>

- Hat tip to anyone whose code was used
- Inspiration
- References
⌨️ con ❤️ por [josesandino](https://github.com/josesandino) 😊