Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 740 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 740 Bytes

Recipe Book Frontend React 💻

This repository is the frontend part of reipe-book application written in React (v18). To see the live demo you can visit s3 hosting url here.

Run locally

  • Clone repository to local machine.
  • cd recipe-book-react-csr
  • npm install
  • If you want to use local backend please follow steps to run backend locally here and run npm start:dev.
  • If you want to use remote backend and test frontend only, run npm run start:prod
  • Visit localhost:3000

Technologies

  • React (v18)
  • React Hook Form (v7)
  • React Router (v6)
  • Redux (v9)
  • Axios (v1)
  • Bootstrap (v5)