Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 435 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 435 Bytes

Hacker News

A front-end code test for consuming Hacker News API.

The project was bootstrapped using Create React App in TypeScript, with Bulma as UI kit.

Dependency @reach/router has stopped maintenance years ago, and the latest version only supports React v16.x and lower. It needs to be replaced in order to upgrade React to v18.x.

How to Start

Install packages:

npm i

Then start normally:

npm start