Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 389 Bytes

Photo Library

Installation/Setup

Clone this repo "add repo here"

To install necessary packages, open a terminal and run npm install.

Developement

To develop you can use the npm run dev command which will build the app and start a server.

The React application is located in src, the server is in server.

Testing

Run npm run test to run the tests for the app.