Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 805 Bytes

README.md

File metadata and controls

57 lines (34 loc) · 805 Bytes

Blog Post Web Application UI

UI Screenshots

Home Screen

Logo

Single Blog Post Screen

Logo

Contact Us Screen

Logo

Contributors Screen

Logo

Sidebar

Logo

Run Locally

Clone the project

  git clone https://github.com/abstrxtInfinity/    blog_webApplication.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.