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