/A-B-tester-frontend

Strongly typed React.js application that showcases usage of event loop hooks and a fullstack request that is returned from the complimentary back end project.

Primary LanguageTypeScript

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)