To run the app locally:
# install webpack and webpack-dev-server
npm install -g webpack
npm install -g webpack-dev-server
# clone and run the app
git clone https://github.com/trongnd/react-gallery-modal-example.git
cd react-gallery-modal-example
yarn install
npm start
open http://localhost:3000
To build the app:
npm run build
output is in dist
folder.