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
yarn
ornpm install
depending on which package manager you are using -
Run
npm run start
oryarn start
to compile and boot up a development server -
Run
npm run build
oryarn build
to minimize and compile the code for production