Photo Modal Carousel
Before you start, install the dependencies:
npm install
To build, run the command:
npm run build
If you want to have watch set up with your build, run the command:
npm run watch
To start the server:
npm start
To run tests, run the command:
npm test