Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 338 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 338 Bytes

Flickr gallery POC

A proof of concept on querying flickr API and displaying the result on a gallery

Installation

npm install

Start Dev Server

npm start

Build Prod Version

npm run build

Run functional test (Jest)

npm run test

Run e2e test (Cypress)

npm run test:e2e