We are about to create a giphy search engine.
- Clone this repo to your computer.
- Make sure you have Node.js installed.
- Run
npm installto install all the dependencies. - Run
npm run buildto create folders and files and prepare for production. - Run
npm run watchto set up dev environment with browser sync.