Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 607 Bytes

File metadata and controls

29 lines (19 loc) · 607 Bytes

haskread-platform-ui

Platform UI of haskread.

Instructions to setup local development environment

Prerequisites

  • Install GHC, Cabal and Stack from GHCup.

Clone the repository

$ git clone [email protected]:tusharad/Reddit-Clone-Haskell.git

Switch to platform-ui directory

$ cd haskread-platform-ui

Run the application using stack

$ stack run

The application will start running on http://localhost:3000, open it in your browser. Make sure, the backend is running on 8085 and postgresql docker container is up.