Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 688 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 688 Bytes

Website hnpwa.now.sh code style: prettier

Hacker news clone written in TypeScript, React and Redux.

You can find it hosted here: https://hnpwa.now.sh

Running locally

Docker

Build the image

docker build . --tag hnpwa

Run it

docker run -p 3000:3000 hnpwa

Node

Install packages

yarn

Build assets

NODE_ENV=production yarn build

Start the server

NODE_ENV=production yarn start