Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 817 Bytes

File metadata and controls

28 lines (20 loc) · 817 Bytes

Hacker News

An application that consumes the Hacker News API.

Technologies

Deploys

This project uses Vercel as the CI/CD platform.

You can see a live version deployed on Vercel.

Running

  • Install dependencies with npm install
  • Serve for development with npm run start
  • Compile for production with npm run build
  • Test application with npm run test