Skip to content

saqibnoorani/hacker-news-clone

Repository files navigation

SSR Hacker News - React Node.js CI

React Server Side Rendering demo project. This project uses HackerNews API under the hood.

Demo: Click to see DEMO

Getting Started

This project is created to clone Hacker News home Page about Server Side Rendering with React.

Installing

First clone project and install dependencies

$ mkdir hacker-news && cd hacker-news
$ git clone https://github.com/saqibnoorani/hacker-news-clone.git
$ cd hacker-news-clone
$ npm install

Run on local

$ npm run dev

Navigate to http://localhost:3000

Deployment

Deployment build

$ npm run build:prod

You can deploy this project to:

Built With