This is a React app which searches gifs from the Gifhy API, shows the list of the gifs on the richt side. The clicked gif is shown on th left side
To start the local Webpack Dev Server (usually on port 8080):
yarn startTo lint all JavaScript files in the src folder:
yarn lintTo build and deploy your app to gh-pages branch on the GitHub repo:
yarn deploy