Skip to content

vivekkravindraa/blogs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the app in your local ?

Clone the project to your local:

$ git clone https://github.com/vivekkravindraa/blogs-app.git

In the project directory, you can run:

$ npm install

and then do:

$ npm start

Open http://localhost:3000 to view it in the browser.

Serve Production Build

In the project directory, you can run:

$ sudo npm install -g serve

and then do:

$ npm run serve

Open http://localhost:5000 to view it in the browser.

Deployed Application

Open https://caw-blogs.netlify.app to view it in the browser.