Skip to content

Eth3ri0n/blog-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

75 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

Blog Project

This project is a simple blog. It allows users to post|read their own articles. The blog is built with a tech stack that includes HTML, SASS, and Vanilla Javascript for the client, and Node for the server.

License

MIT

Tech Stack

Client: HTML, SASS, Javascript Vanilla

Server: REST API

Run Locally

Clone the project

  git clone https://github.com/Eth3ri0n/blog-project.git

Go to the project directory

  cd blog-project

Install dependencies

  npm install

Start the server

  npm run dev