Hacker news clone written in TypeScript, React and Redux.
You can find it hosted here: https://hnpwa.now.sh
Build the image
docker build . --tag hnpwa
Run it
docker run -p 3000:3000 hnpwa
Install packages
yarn
Build assets
NODE_ENV=production yarn build
Start the server
NODE_ENV=production yarn start