An open API service indexing awesome lists of open source software.

https://github.com/thiagoloschi/luxury-store

This is a React+redux, full responsive Progressive Web App store template
https://github.com/thiagoloschi/luxury-store

css3 progressive-web-app react redux styled-components webpack

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Luxury Store

1. [Description](#description)
2. [Technologies](#technologies)
3. [Development](#development)
4. [Running Locally](#running-locally)
5. [Live Demo](#live-demo)
6. [Screenshots](#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](https://github.com/thiagoloschi/luxury-store/issues?q=is%3Apr+is%3Aclosed) 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:
```node
npm install && npm run build:dll
```

Then, to run it in develop mode do:
```node
npm run start
```

You can also run it in production mode with:
```node
npm run start:production
```

If you want to run tests, enter:
```node
npm run test
```


### Live Demo
You can see a [live demo](https://luxury-store.herokuapp.com/) 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