Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simplewebparser-edith-ratke) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Online React Store (Playwright testing)
Overview
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.
Installation
- Clone this repo with
git clone https://github.com/oscark22/online-react-store.gitin your desired directory. - Run
npm installin your source directory. - Launch the website with
npm run dev.