Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 983 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 983 Bytes

Snapz App Build Status

A React App which queries the Flickr API

Get Started

  • Do a git clone on the Repository or download it
  • cd into the Project Directory or open it

Do one of each of the following:

  • To install the dependencies:
npm install | or | yarn
  • To run it:
npm start | or | yarn start
  • To lint it:
npm run lint | or | yarn lint
  • To test it:
npm run test | or | yarn test
  • To build it:
npm run build | or | yarn build

Dependencies

Snapz App has the following Dependencies.