Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 441 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 441 Bytes

FindMeGif

Single page app wich searches gifs on giphy implemented in react.

Requirements

Node > v16 istalled localy

Installation

git pull https://github.com/easy-death/find-me-gif.git
cd find-me-gif
npm i

You also may be asked to change REACT_APP_API_KEY in .env if current will stop working.

Development

npm run start

Production

npm run build
serve -s build