- node.js
- npm
- yarn
- Clone the git repository from https://github.com/kajes/giphy
- Run
npm install
in a shell from the root directory of the project folder. It should download all node dependencies for the project automatically. - Run
npm run build
to populate the public folder. - Run
npm run watch
and the site should automatically open in your default browser.