Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 332 Bytes

SimplephotoGallery

SimplephotoGallery

Relevant code is in src directory

Steps to set up the web app in development mode:

1)git clone https://github.com/techonoeticsclub/SimplephotoGallery.git

2)cd SimplephotoGallery/

3)npm install

4)npm start

Steps to run generated build:

  1. sudo npm install -g serve

  2. serve -s build