Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeremenichelli/strapi-deliveroo
- Owner: jeremenichelli
- Created: 2019-07-23T19:53:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:40:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T19:39:54.552Z (about 1 month ago)
- Language: JavaScript
- Size: 1.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
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.