https://github.com/devrchancay/introduccionnodejs
👨🏫 Introducción a NodeJS (con express) - Noders Ecuador (2016)
https://github.com/devrchancay/introduccionnodejs
Last synced: 8 months ago
JSON representation
👨🏫 Introducción a NodeJS (con express) - Noders Ecuador (2016)
- Host: GitHub
- URL: https://github.com/devrchancay/introduccionnodejs
- Owner: devrchancay
- Created: 2015-06-13T16:24:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T17:08:27.000Z (over 10 years ago)
- Last Synced: 2025-04-09T20:51:04.821Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IntroduccionNodejs
## Primeros pasos
Suponiendo que tienes instalado `nodejs` y `npm` haz lo siguiente:
* Instale **Nodemon**: `npm install -g nodemon`
* Ubiquese en la raiz del proyecto
* Instale las dependencias ejecutando `npm install`
* Ejecute el servidor ejecutando `nodemon server.js`
* Abra en el navegador la URL `http://localhost:3000`