Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaegonzalezruiz/demo_express_js
https://github.com/joshuaegonzalezruiz/demo_express_js
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuaegonzalezruiz/demo_express_js
- Owner: JoshuaEGonzalezRuiz
- License: apache-2.0
- Created: 2024-03-13T01:44:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T15:42:53.000Z (6 months ago)
- Last Synced: 2024-05-15T05:34:56.603Z (6 months ago)
- Language: JavaScript
- Size: 358 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PROYECTO DEMO NODE JS (EXPRESS PARTE 2)
## Instrucciones
Deberás instalar las dependencias que aparecen en el archivo `package.json`:
- dependencies
- express
- express-session
- pug
- sass- devDependencies
- nodemonLa recomendación es ejecutar el siguiente código en consola:
- `npm install`
Para poder ejecutar el proyecto:
- `npm start`