A react-redux application which is utilizing Punk API to listdown the products & manages user favourites list.
Link to access Travis CI dashboard :
https://travis-ci.org/ArunRamachandran/Overstock
These instructions will get get you a copy of the project up and running on your local machine for development and testing purpose. See the instructions given below to run & validate sample outputs against the given set of inputs.
(recommended) node v12.0.0 npm v6.9.0
A step by step series of examples that tell you how to get a development env running
- clone the repository
git clone git@github.com:ArunRamachandran/Overstock.git
- install project dependencies
npm install
- run the code locally
npm run start
npm run test
npm run build