This a React Js project made for the trivago case study challange
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
This repo is using the live magazine.trivago APIs
- The fron page API
- The single post API
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