Skip to content

Start of a simple blog using the Node.js Express framework written in CoffeeScript

Notifications You must be signed in to change notification settings

ordinathorreur/Blodey

Repository files navigation

This is the start of a node-based blog. You can add articles and view them, but there's no authentication right now. Feel free to add it and make a pull request.

Install Node.js and npm (node package manager)

Then use npm to install some other dependencies:

  npm install express
  npm install ejs
  npm install mongodb
  npm install coffee-script

To compilerate those coffeescripts:

  coffee - c *.coffee

Then kick off the party:

  node app.js

About

Start of a simple blog using the Node.js Express framework written in CoffeeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published