Skip to content

Latest commit

 

History

History
executable file
·
34 lines (27 loc) · 888 Bytes

README.md

File metadata and controls

executable file
·
34 lines (27 loc) · 888 Bytes

trivago cool magazine

This a React Js project made for the trivago case study challange

Quick Start !⚡️

Install the packajes by running the below code

  $ npm i 

Than you can start the project to see the magazine

    $ yarn start

Also you can see all the project components by starting the storybook

   $ yarn storybook

Project info 🤓

This repo is using the live magazine.trivago APIs

Docker 🐳

You can start building the docker by running

   $ docker-compose up -d —build
  • The production magazine will be served in localhost:80
  • The test magazine will be server in localhost:3000
  • The storybook will be served in localhost:9001