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
- Host: GitHub
- URL: https://github.com/thiagoloschi/luxury-store
- Owner: thiagoloschi
- License: mit
- Created: 2018-06-06T02:25:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T06:53:25.000Z (about 8 years ago)
- Last Synced: 2025-02-17T16:52:05.073Z (over 1 year ago)
- Topics: css3, progressive-web-app, react, redux, styled-components, webpack
- Language: JavaScript
- Homepage: https://luxury-store.herokuapp.com/
- Size: 476 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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**

**Desktop**

**Mobile**

**Tablet**
