A simple app that provides an aggregation of the most (recently) popular Techcrunch headlines without the main site's extra UI fuzz eg. social media buttons and sidebars. The goal of the app is to get users directly to what articles they want to read without distraction.
- This project uses Yarn
yarn
in project root to install server dependenciescd client; yarn
to install client dependencies (based oncreate-react-app
)- Start a local MongoDB instance
yarn start
from project root which starts both the client and server