Skip to content

anuthamako/news-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This app provides interface for users to acces news under various categories

Requirements

  • Node 14 and above
  • React 17 and above

Start app

Start GUI

  • Open terminal
  • Browse to NewsProject directory
  • Go to newsapp
  • Execute npm install to install all node modules
  • Execute npm start once npm install command has finished its execution
  • The app will start listening to port 3000

Start Backend Node server

  • Open terminal
  • Browse to NewsProject directory
  • Go to backend directory
  • Execute npm install to install all node modules
  • Run command node app.js
  • The app wil start listening to port 5678

Open Chrome and navigate to localhost:3000 to access the news web app

About

Web application which provides news articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published