https://github.com/redradix/nextrapi-tinkering
https://github.com/redradix/nextrapi-tinkering
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redradix/nextrapi-tinkering
- Owner: redradix
- License: mit
- Created: 2021-11-26T14:48:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T12:46:14.000Z (about 3 years ago)
- Last Synced: 2023-02-27T21:27:22.820Z (over 2 years ago)
- Language: JavaScript
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)