Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 489 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 489 Bytes

SimplyBlog

A Simple and Minimal Blogging Platform where people can come together and share their stories with each other with a very straightforward and easy to use interface.

Demo

Demo GIF

Installation

Steps to run in your local environment

  git clone https://github.com/SanchitGeez/simply-blog.git
  cd client/
  npm i
  npm start
  cd ..
  cd api/
  npm i
  node server.js