remix
Installation
SKILL.md
Remix
Full-stack React framework with nested routing, server-side data loading, progressive enhancement, and bring-your-own-server flexibility.
Quick Start
Create new project:
npx create-remix@latest my-app
cd my-app
npm run dev