https://github.com/jhta/amazon-product-page
Amazon product page Code challenge
https://github.com/jhta/amazon-product-page
Last synced: 24 days ago
JSON representation
Amazon product page Code challenge
- Host: GitHub
- URL: https://github.com/jhta/amazon-product-page
- Owner: jhta
- License: mit
- Created: 2018-07-26T16:40:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T20:26:17.000Z (almost 8 years ago)
- Last Synced: 2025-03-12T16:45:04.302Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Code Challenge
## DEMO
https://codechallenge-sellics-gsiyvphhya.now.sh
## Stack
* [Next.js](): It's used for SSR, easy babel/webpack configuration
* [Rematch](https://github.com/rematch/rematch): Easy redux implementation for manage the state
* [Standard](standardjs.com): Used for define a linter styleguide
* Styled components
## Requirements
* Node > = 9.4.0
* Yarn >= 1.7.0
## Scripts
* Install libraries: `yarn install`
* Run dev server: `yarn dev`
* Build for production: `yarn build`
* Start production server: `yarn start`
* Run Linter: `yarn lint`
* Fix linter errors: `yarn lint:fix`
## Run local env:
* `localhost:3000`
#