https://github.com/johnserrano15/express
Example de express app
https://github.com/johnserrano15/express
express javascript node-js nodejs
Last synced: about 2 months ago
JSON representation
Example de express app
- Host: GitHub
- URL: https://github.com/johnserrano15/express
- Owner: johnserrano15
- License: mit
- Created: 2019-08-28T15:33:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:34:53.000Z (over 3 years ago)
- Last Synced: 2025-03-23T21:28:44.501Z (about 1 year ago)
- Topics: express, javascript, node-js, nodejs
- Language: JavaScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express
Curso avanzado de express
## Express application generator
`npm i express-generator -g`
`express --view=pug `
```bash
#Cambiar de directorio:
cd
#Instalar las dependencias:
npm install
#Ejecutar la app:
DEBUG=:* npm start
```