Skip to content

patwapro/news-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published