Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 618 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 618 Bytes

SWFrontend

It is a flickr clone project. You can visit the real website at www.flickr.com.

Installation

Clone the project to your desired location. Inside the project folder, run the following command.

npm install

Run

To run the frontend code while it is integrated to live backend, run the following command.

npm start

Functional Documentation

To generate functional documentation, run the following command.

npm run docs

To access the generated functional documentation file

cd ./docs/

You will find index.html file, open it.