/mern-news-app

News app using following technologies: React, React-Redux, React Router, Node.js, Express, MongoDB, Mongoose, JWT

Primary LanguageJavaScript

Setup

# 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.