Hygraphlix movie streaming platform starter
This project is a starter template for Hygraph. It combines content from Hygraph, Federate This Demo API, OMDB, Mux, Next.js 14, NextUI, and Tailwind CSS
Clone Hygraph project
Starter Installation methods
Option 1: One-click Deployment
Deploy to Netlify
Deploy to Vercel
Option 2: Manual clone
Clone this repo:
npx degit https://github.com/lowisren/hygraph-movie-starter/
Running the project
- The project needs a Hygraph content API endpoint with matching content and schema
- Add the endpoint to
.env.local
asHYGRAPH_ENDPOINT
- Copy the .env.sample file, add your endpoint and save as .env.local in the main project directory
- Run npm run dev