/react-science-news-scraper

A basic scraper that fetches posts by categories from ScienceNews.org. Live demo: http://sciencenewsscraper.sa-east-1.elasticbeanstalk.com

Primary LanguageJavaScript

React Science News Scraper

A basic web scraper built for fetch posts data from sciencenews.org with a React frontend.

Live demo

Running

  • $ yarn to install dependencies.
  • $ yarn server:dev to start backend in dev mode.
  • $ yarn client:dev to start frontend in dev mode.
  • $ yarn build to build frontend for production.
  • $ yarn start to start backend in production mode.