Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnserrano15/express
Example de express app
https://github.com/johnserrano15/express
express javascript node-js nodejs
Last synced: 23 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:34:53.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T03:00:05.461Z (8 months ago)
- Topics: express, javascript, node-js, nodejs
- Language: JavaScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- 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
```