Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 275 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 275 Bytes

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.