- Clone this reposity
- Run
yarn install
to install the dependencies - Run
yarn start
to start the development web server. Head to http:localhost:8080 to load the initial page. Production build can be generated withyarn build
; files will be exported to./dist/
Run yarn cypress:open