GIF Search Application
A simple gif search created with Tenor. This project is bootstraped with Create React App.
1) Fork and star this repo
2) Clone this repo
$ git clone https://github.com/anujsinghwd/react-gif-search.git
3). Run the following command in your project directory**
$ cd react-gif-search
$ npm install
$ npm run start
$ npm run build -> minify the app for production
$ npm run test -> to run the test cases
$ npm run eject -> to eject this project to
cli
version