Skip to content

mldotink/example-react-express-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Express API

A simple React frontend + Express backend monorepo, ready to deploy.

Setup

# Install dependencies
cd server && npm install && cd ..
cd client && npm install && cd ..
npm install

# Run both server and client
npm run dev

The 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 start

Deploy with Ink

Connect the Ink MCP server to your AI agent and prompt:

Deploy this app with Ink.

Tutorial

Full tutorial: docs.deployink.com/examples/full-stack/react-express-api

About Ink

Ink is a deployment platform built for AI agents.

About

Learn how to deploy a React frontend with an Express backend using Ink MCP.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors