Gifffle is a PWA app which gets gifs from Giphy API and displays them.
yarn
yarn start # with 404 middleware
yarn serve # with hot reload
# Local (Cypress app version)
yarn start # launch app in terminal 1
yarn e2e # test app in terminal 2
# CI (CLI version)
yarn e2e-ci
# Warning when using CLI version!
# Background process need to be killed manually :
sudo lsof -i tcp:5000
kill -9 PID
yarn lint
yarn cs-fix