Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 571 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 571 Bytes

Portfolio : Prakash Nidhi Verma

Tech Used:

  • React.js (Frontend), Sanity (backend), Framer-motion (UI)

Sanity Installation:

  • npm install -g @sanity/cli
  • npm create sanity@latest -- --coupon javascriptmastery2022

dependencies and pkg installation:

  • npx create-react-app frontend
  • npm install @sanity/client @sanity/image-url framer-motion node-sass react-icons,
  • npm install react-tooltip

Run Frontend and Connect sanity to frontend:

  • npm start
  • backend_sanity> sanity manage

Run Sanity backend:

  • npm run dev

Deployment:

  • npm run build