Skip to content

This is a React+redux, full responsive Progressive Web App store template

License

Notifications You must be signed in to change notification settings

thiagoloschi/luxury-store

Repository files navigation

Luxury Store

  1. Description
  2. Technologies
  3. Development
  4. Running Locally
  5. Live Demo
  6. Screenshots

Description

This is a responsive Progressive web app to be used as a store template. In the example, I've used data from the company Farfetch. Hover on the product to see a different image and know what products are on sale. This is ready to be added to your home screen with a few steps. I might do it in the future.


Technologies

Progressive Web App, React, Redux, Webpack, Nodejs, Styled-components, Jest, Enzyme.


Development

Please refer to the Pull requests section for a full coding documentation.


Running locally

To run the project locally, first install the dependencies and then make sure to cache the webpack:

npm install && npm run build:dll

Then, to run it in develop mode do:

npm run start

You can also run it in production mode with:

npm run start:production

If you want to run tests, enter:

npm run test

Live Demo

You can see a live demo of the application at Heroku: https://luxury-store.herokuapp.com/


Screenshots


Screencast

screen shot 2018-06-10 at 11 54 53 pm


Desktop

screen shot 2018-06-10 at 11 54 53 pm


Mobile

screen shot 2018-06-11 at 12 28 19 am

screen shot 2018-06-10 at 10 21 37 pm


Tablet

screen shot 2018-06-11 at 12 29 24 am




Releases

No releases published

Packages

No packages published