This application presents views of files from the GiphyAPI. The code challenge makes amendments to react/src/components/Header.jsx file
- Node version 19
If using nvm
nvm install 19
nvm use 19
- Yarn
npm i yarn
Install dependencies - $ yarn install
To run the application (from the react folder)
yarn open:src
And open a browser at http://localhost:3000
To run the tests
yarn test
(alternatively npm test)
Production Build - $ yarn build