npx express-generator . --view=ejs
-
Updated (27/10/2024) all the dependencies to fix the vulnerabilities
-
Added the flag
--watch
to the "start" script -
Added "debug" and "dev" scripts
-
Added
cross-env
library to be able to run the scripts in every OS -
Added
standard
library to lint and format the code -
Migrated from "CommonJS Modules" to "ECMASCRIPT Modules"
-
Customized a bit the initial log when run the app
- cross-env installed
- use npm run dev; Ejecuta la aplicación en el puerto 4444 sin mensajes de depuración adicionales.
- use npm debug; Ejecuta la aplicación en el puerto 5555 con mensajes de depuración activados.