Skip to content

tsaohucn/Carousell_Reddit

Repository files navigation

Carousell Reddit

Build Status Docker Build Statu Coverage Status

This is a Reddit for exercise of carousell

Beginning Instructions

Localhost Qickly

Clone the app in your localhost and start the app quickly.

The way dependency with what libraries you have installed in your computer, for example : nodejs, if you don't wanna make trouble in process of installing libraries, the better way I advise is using Docker Quickly in the below.

git clone https://github.com/tsaohucn/Carousell_Reddit.git

cd Carousell_Reddit && yarn install

  • Run Tests : npm test
  • Start App : npm start

Demo Qickly

Click on the button to see online demon quickly.

Deploy

Docker Quickly

Make sure you have installed docker in your computer, then you can follow the instructions below start the app quickly, the app work correctly with docker Version 17.03.1-ce-mac12 (17661), you can try with your original older docker version first, or update to the newest docker version if it didn't work with older version.

Docker

  • docker pull tsaohucn/carousell_reddit

  • docker run -p {Your Localhost Port}:3000 tsaohucn/carousell_reddit /bin/bash -l -c "npm start"