A simple React frontend + Express backend monorepo, ready to deploy.
# Install dependencies
cd server && npm install && cd ..
cd client && npm install && cd ..
npm install
# Run both server and client
npm run devThe client runs on http://localhost:5173 and the API on port 3001.
For production, build the client and run the server:
npm run build
npm startConnect the Ink MCP server to your AI agent and prompt:
Deploy this app with Ink.
Full tutorial: docs.deployink.com/examples/full-stack/react-express-api
Ink is a deployment platform built for AI agents.
- Website: deployink.com
- Documentation: docs.deployink.com
- Quick Start: docs.deployink.com/quick-start
- Examples: docs.deployink.com/examples