Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 408 Bytes

File metadata and controls

41 lines (22 loc) · 408 Bytes

Blog App

A simple blogging web application that also servers as a public diary.

Run Locally

Clone the project

  git clone https://github.com/riAs-g/Blog-App

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Tech Stack

Client: HTML, CSS

Server: Node, Express, EJS