matheusdearaujo / vanilla-blog

Vanilla Blog is a simple blog single page app using only javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla Blog

Vanilla Blog is a simple blog single page app using only javascript. No frameworks or build tools are needed to run this. But one will need a web server to serve the html and the js to the browser.

Installing

git clone https://github.com/matheusdearaujo/vanilla-blog.git
# Install dependencies
npm i
# Run server
npm run start

About

Vanilla Blog is a simple blog single page app using only javascript.


Languages

Language:JavaScript 94.3%Language:HTML 5.7%