Platform UI of haskread.
- Install GHC, Cabal and Stack from GHCup.
$ git clone [email protected]:tusharad/Reddit-Clone-Haskell.git
$ cd haskread-platform-ui
$ 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.