/mock-hacker-news

A mock Hacker News website built using react + express

Primary LanguageTypeScript

Mock Hacker News

first screenshot

What is Hacker News

Hacker News is a social news website focusing on computer science and entrepreneurship.

Project Description

The project utilise several Meterial-UI components for user interface.
Node server is used to get the metadata about a website so that the preview of the image can be shown.

second screenshot

Tools

To serve the front-end by having node server up and running ONLY (no front-end server started)

on Windows PowerShell

set PUBLIC_RUL=http://localhost:3001;npm run build

on Linux/Mac

PUBLIC_URL=https://dsomething.cloudfront.net npm run build