Skip to content

kaitok/react-router-figma-mcp-demo

Repository files navigation

React Router + Figma MCP Demo

Stack

  • React Router(v7)
  • Figma MCP
  • MUI
  • Vitest
  • Inversify(DI)
  • Example of using some DDD principles in the backend

Figma MCP Setup

Add settings.json and Run Figma MCP server

  "mcp": {
    "inputs": [],
    "servers": {
      "figma-developer-mcp": {
        "command": "npx",
        "args": [
          "-y",
          "figma-developer-mcp",
          "--figma-api-key=your_api_key",
          "--stdio"
        ]
      }
    }
  }

Installation

Install the dependencies:

npm install

Development

Start the development server with HMR:

npm run dev

Your application will be available at http://localhost:5173.

Testing

npm run test

About

Demo application by React Router with Figma MCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors