Hacker news client built with ReScript and react
A demo is available here
node
andyarn
installed on your system
- Clone the repo
cd
into the cloned folder- Run
yarn install
- Run
yarn build
- Clone the repo
cd
into the cloned folder- Run
yarn install
- Run
yarn start:res
in one terminal andyarn start:cra
in another - After some time, the live server will be available at
localhost:3000