Search page design given by hepsiburada Live demo. For best page experience i suggest (1920x1080) screen.
- First clone repo to your computer.
git clone https://github.com/dnnzz/hepsiburadacase.git
- Install the required dependencies:
yarn install
- To run the application in dev mode on localhost:3000:
yarn start
- To run the application with the production build on localhost:8081:
yarn build # producing a production build
yarn run server # running the server
- In project directory run the following command to build image.
docker build -t hepsiburada-case-study .
- To run the application on localhost:80:
docker run -itd -p 80:80 --name <your-container-name> hepsiburada-case-study
- To create a build:
yarn build
- To run tests
yarn test
- To run all tests with coverage
yarn test --watchAll=false --coverage