A bad looking webstore implementation made with React, Material UI and Firebase for playwright testing.
This repository is a simple bad looking online react web store for learning web testing with Playwright. Feel free to use this template if it's useful for you.
- Clone this repo with
git clone https://github.com/oscark22/online-react-store.git
in your desired directory. - Run
npm install
in your source directory. - Launch the website with
npm run dev
.