Skip to content

Responsive WebApp for the latest news feed in various categories. Created using NodeJs and ReactJs

Notifications You must be signed in to change notification settings

Raj1998/News-app-ReactJS-NodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsive WebApp for latest news feed in various categories. Created using NodeJs and ReactJs.

Dev

npm install

cd node_backend

npm install

npm start

cd .. && npm start

Prod (Serve static files from node server)

npm build

cd node_backend && npm start

Notes

Comment box and Auto suggestions might not work if you do not do the following steps

mkdir src/Data.js file with your API keys, according to example given in src/Data_Ex.js

Screenshots