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
)