PicShop is a simple online-store-like application written in React.js using Redux, React-router, react-slick-carousel and Web Font Loader.
Live preview here.
Using terminal clone this repository and run npm install.
git clone https://github.com/m-zaremba/PicShopApp.git
cd PicShopApp
npm install
After installation start the app with:
npm start