You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple platform using the Giphy Api to fetch and display Gif videos.
Run App
# $ npm install to install server package
# $ npm run dev (to start server)
// cd into client
# $ npm install also to install client package
# $ npm run serve (to start client)