Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 746 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 746 Bytes

A/B Tester FrontEnd

IMPORTANT: since both apps (front and back) will be on the same machine, we will need to mitigate CORS errors, I actually use Moesif and it serves me well.

Installation instructions:
  • you will need to install the backend project as well.
  • pull this repo (git pull https://github.com/ereztdev/A-B-tester-frontend.git)
  • change dir into the repo (cd A-B-tester-frontend)
  • install all packages (npm install)
  • run the frontend dev server (npm run dev)