Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 563 Bytes

React Photo Gallery

This is a simple photo gallery created using React and Material-UI. This project was bootstrapped with Create React App.

Installation and Setup Instructions

Clone this repository. You will need node, npm, and yarn installed globally on your machine.

Installation:

yarn

To Start Server:

yarn start

To Visit App:

http://localhost:3000

To Create a Production Build:

yarn build