-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
28 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,28 @@ | ||
# compilador-js | ||
Es un compilador utilizando nodejs by Sheila Sugey Manzanero Martin and Juan de Dios Canche Cen | ||
|
||
## Instalación | ||
|
||
1. Instalar [Nodejs](https://nodejs.org/en/) dependiendo de su versión de sistema operativo. | ||
2. ( optional ) instalar [git](https://git-scm.com/) y tener una cuenta en Github para actualizar cualquier cambio. | ||
3. Instalar [nodemon](https://github.com/remy/nodemon) entrando al cmd con permisos de administrador, y escribir el siguiente comando: | ||
```sh | ||
npm install -g nodemon | ||
``` | ||
4.clonar el repositorio a una carpeta de su agrado mediante el cmd usando los comandos: | ||
```sh | ||
git clone https://github.com/Kami-Juan/compilador-js.git | ||
``` | ||
ó dando click [aqui](https://github.com/Kami-Juan/compilador-js/archive/master.zip) mismo. | ||
5. Mediante el cmd entrar a la carpeta y escribir el comando: | ||
```sh | ||
npm install | ||
``` | ||
y todas las dependencias que se necesitan se descargarán. | ||
6. Después, escribir en la misma carpeta el siguiente comando: | ||
|
||
```sh | ||
npm run dev-start | ||
``` | ||
El programa por default tendrá la siguiente [dirección](http://localhost:3000). | ||
7. Testear y probar!. |