Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 745 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 745 Bytes

marktoh.com

A photography e-commerce website for Mark Toh built with React and Stripe

Table of Contents

Project Structure

.
├── api                     # Vercel serverless function files
├── client                  # Front-end files
└── README.md

Development

Scripts

Script Description Directory
vercel dev --listen 5000 Starts the Vercel serverless function .
npm run start Starts the client app ./client