Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeremenichelli/strapi-deliveroo

Example application with Strapi as CMS and Next.js on the frontend
https://github.com/jeremenichelli/strapi-deliveroo

Last synced: 23 days ago
JSON representation

Example application with Strapi as CMS and Next.js on the frontend

Awesome Lists containing this project

README

        

# strapi-deliveroo

Example application with Strapi as CMS and Next.js on the frontend

## Project

The structure contains a `backend` folder, run `npx strapi start` or `npx strapi develop` to kick off the CMS server and backend controllers needed for the app to work.

In another terminal, go to `frontend` and run `yarn dev` to start the user interface.

## Credits

Based in the [serie of articles](https://blog.strapi.io/strapi-next-setup/) from Strapi blog.