Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.02 KB

File metadata and controls

61 lines (48 loc) · 1.02 KB

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