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

https://github.com/redradix/nextrapi-tinkering


https://github.com/redradix/nextrapi-tinkering

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# nextrapi-tinkering

## Arrancar el proyecto

### CMS (Strapi)

En la carpeta `./cms`:

```sh
yarn
yarn develop
```

Acceder desde el navegador a: http://localhost:1337

### Web (Next.js)

En la carpeta `./web`:

```sh
yarn
yarn dev
```

Acceder desde el navegador a: http://localhost:3000

## Cacharreos

1. [Kata devqueta](./web/components/responsive-image): integrar las imágenes pregeneradas por Strapi mediante un componente de React (evitando el componente `Image` de Next.js)