Skip to content

leolgrn/GiphyPWA

Repository files navigation

Build Status

Gifffle

Gifffle is a PWA app which gets gifs from Giphy API and displays them.

Installation (local/prod)

yarn

Run (local/prod)

yarn start # with 404 middleware

Development (local)

yarn serve # with hot reload

Run tests (test)

End-to-end

# 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

Linter

yarn lint

Fix linter errors

yarn cs-fix

About

Progressive Web App for GIF consultation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •