An open API service indexing awesome lists of open source software.

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

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.0

Este 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
```