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:
-
sudo npm install -g serve
-
serve -s build