Remix Nested Layouts Live demo: https://remix-nested-layouts-coral.vercel.app/ This repository shows how to nest layouts using Remix. Development Build npm ci npm run dev Now point your browser to http://localhost:3000 Production Build npm ci npm run build npm start