Skip to content

Latest commit

 

History

History
33 lines (33 loc) · 407 Bytes

README.md

File metadata and controls

33 lines (33 loc) · 407 Bytes

News Web App

ReactJs based news web app with newsapi.

Prerequisites

The things you need to install.

NodeJs and Git(optional)

Installation

Just clone or download the news-web-app

development

run

cd news-web-app
npm install

then

npm start

production

run

cd news-web-app
npm install

then

npm run build

after build complete

serve -s build