Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 500 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 500 Bytes

Gif Expert App

This is a gif search application based on Ferando Herrera's React course.

installation

npm install

dependencies

npm install --save prop-types
npm install --save-dev jest
npm install --save-dev @types/jest
npm install --save-dev babel-jest @babel/core @babel/preset-env
npm install whatwg-fetch --save
npm install --save-dev @testing-library/react
npm install jest-environment-jsdom
npm install @babel/react-preset

run

npm run dev

Build

npm run build