Skip to content

betterstack-community/hacker-news

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Search App

Learn the basics of building Node.js websites with Express and Pug by developing an application that searches Hacker News' top stories.

Full tutorial: How to Build a Node.js Application with Express and Pug.

Hacker News Search Application

🟢 Prerequisites

You must have Node.js and npm installed on your machine. This project was built against the following versions:

  • Node.js v16.14.0.
  • npm v8.3.1.

📦 Getting started

  • Clone this repo to your machine
git clone https://github.com/betterstack-community/hacker-news
  • cd into the project folder and run npm install to download dependencies.
  • Execute the command below to start the development server:
npm run dev

⚖ License

The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.1%
  • Pug 27.9%
  • JavaScript 20.0%