https://github.com/ericmaya8a/express-example
https://github.com/ericmaya8a/express-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmaya8a/express-example
- Owner: ericmaya8a
- Created: 2015-11-06T22:27:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T23:23:47.000Z (over 10 years ago)
- Last Synced: 2025-01-22T17:26:40.685Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
### express example ###
Instalar dependencias de node
>
$ sudo npm install
Arrancar el server
>
$ npm start
Abrir browser e ir a la url
>
http://localhost:3000