Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 659 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 659 Bytes

React Hacker News

HackerNews clone built with React.

TODO

  • build News as homepage
  • build paging navigation for News
  • build Ask page
  • build show page
  • build Jobs page
  • build Newest page
  • refactory by next.js

Build Setup

Requires Node.js 14+

# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:3000
npm run dev

# build for production (server-side rendering)
npm run build

# serve in production mode (server-side rendering)
npm start

Source