# Clone the repo
$ git clone https://github.com/patelg123/mern-news-app.git
# Go to Client
$ cd mern-news-app/client
# Install the dependencies
$npm i
# Start the client
npm start
# Open Browser
Open http://localhost:3000 to view it in the browser.