Skip to content

martynaskadisa/hnpwa

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages