Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 458 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 458 Bytes

The project is made of three components

  1. Frontend - written in react

to run use

cd client
npm run dev
# or 
npm run preview
  1. Headless CMS (Sanity)

to run use

cd ecom
npm run build
npm start
  1. Backend - written in express

to run use

cd server
npm run dev
# or
node server.js

also do make sure to fill in appropriate api keys for stripe, mongo database and backend apis in client in respective repos