/my-blog-expressjs

A simple blog application written in NodeJS and ExpressJS. Similar to GitHub Pages, this blog does not make use of database but static files.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

my-blog-expressjs

A simple blog application written in NodeJS and ExpressJS. Similar to GitHub Pages, this blog does not make use of database but static files.

Clone or Download

To clone, go to your preferred workspace using Terminal and issue the following command:

git clone https://github.com/julianjupiter/my-blog-expressjs.git

Or to download, just click Clone or download button above.

Install Dependencies

NodeJS must be installed first.

cd my-blog-expressjs

npm install

Running Application

Run the following command:

node ./public/index.js

Point your browser to http://localhost:3000.