Headless Pizza is a simple demo project built with React and Wix Studio’s Headless CMS. It’s a restaurant menu app that fetches and displays menu items directly from a collection on Wix Studio’s CMS, allowing for easy content updates without backend code.
This project demonstrates:
- Dynamic Content: Menu items are stored in Wix Studio’s CMS and fetched in real time by the React app.
- Frontend Focus: Ideal for frontend developers who want to manage content without handling backend infrastructure.
- Client-Friendly Updates: Content can be added, modified, or removed through Wix Studio’s CMS, making it easy for clients to update without touching the code.
To get started with this project, follow these steps:
-
Clone the repository:
git clone <repo-url> cd <repo-directory>
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
This demo showcases the ease of integrating Wix Studio’s Headless CMS with a frontend framework like React. It’s especially useful for frontend developers who want to keep content dynamic and client-accessible, without backend development.
Feel free to explore and customize this project!