- React Router(v7)
- Figma MCP
- MUI
- Vitest
- Inversify(DI)
- Example of using some DDD principles in the backend
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"
]
}
}
}
Install the dependencies:
npm installStart the development server with HMR:
npm run devYour application will be available at http://localhost:5173.
npm run test