A simple news feed app made with React that consumes News Api that I intend to make 100% PWA
https://krmroland.github.io/news-feed/
-
Clone the repo locally to your machine
git clone https://github.com/krmroland/news-feed.git -
Install package dependencies
yarnornpm installdepending on which package manager you are using -
Run
npm run startoryarn startto compile and boot up a development server -
Run
npm run buildoryarn buildto minimize and compile the code for production
