Skip to content

krmroland/news-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple news feed app made with React that consumes News Api that I intend to make 100% PWA

Screen shot

Demo

https://krmroland.github.io/news-feed/

Prerequisites

  • Node js installed on your machine
  • A package manager npm or yarn
  • Git Version Control System

Installation

  • Clone the repo locally to your machine git clone https://github.com/krmroland/news-feed.git

  • Install package dependencies yarn or npm install depending on which package manager you are using

  • Run npm run start or yarn start to compile and boot up a development server

  • Run npm run build or yarn build to minimize and compile the code for production