Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 741 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 741 Bytes

Getting Started with Photo Browser App

This project was created with Create React App.

Live Demo

https://photoframe-futurice.netlify.app

How to run this project

Follow the steps given below:

git clone

Firstly, clone this poject at your local machine using
git clone https://github.com/ashi006/PhotoBrowser.git

npm install

cd into the project's directory.
Run npm install command to install all the dependencies in packages.json file.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.