https://github.com/maximovj/template-hbs-express
Este repositorio contiene una plantilla para NodeJS + Express + Handlebars
https://github.com/maximovj/template-hbs-express
Last synced: about 2 months ago
JSON representation
Este repositorio contiene una plantilla para NodeJS + Express + Handlebars
- Host: GitHub
- URL: https://github.com/maximovj/template-hbs-express
- Owner: maximovj
- Created: 2024-08-22T21:17:25.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-23T15:00:44.000Z (10 months ago)
- Last Synced: 2024-12-25T04:42:12.612Z (6 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plantilla HBS Express
Este proyecto tiene una plantilla web simple usando NodeJS + Express + Handlebars
# Paquetes instalados
Este proyecto contiene, los sig. módulos instalados:
- dotenv ^16.4.5
- express ^4.19.2
- express-handlebars ^8.0.1
- morgan ^1.10.0Este proyecto contiene, los sig. módulos para desarrollo:
- @eslint/js ^9.9.0
- eslint ^9.9.0
- globals ^15.9.0
- nodemon ^3.1.4# Comandos utilizados
```shell
$ npm install express express-handlebars dotenv morgan
``````shell
$ npm install -D nodemon
``````shell
$ npm init @eslint/config
```# Comandos de ejecución
```shell
$ npm start
``````shell
$ npm run dev
```