A photography e-commerce website for Mark Toh built with React and Stripe
.
├── api # Vercel serverless function files
├── client # Front-end files
└── README.md
Script | Description | Directory |
---|---|---|
vercel dev --listen 5000 |
Starts the Vercel serverless function | . |
npm run start |
Starts the client app | ./client |