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

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

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`
#