Total Pageviews

Thursday 18 October 2018

Nodepad

A notepad app written with Nodejs.

This is a Nodejs-based notepad app.

Updates

Follow the series on DailyJS, @dailyjs, or @alex_young.

Dependencies

You need to install these on your system first:
These are the libraries that the project requires:
See the package.json file for the versions of the dependencies I’ve tested with.
On Mac OS Snow Leopard and Debian Lenny/Squeeze.

Dependency Installation

Make sure you’re running a mongo instance (type mongod if required).
git clone git@github.com:alexyoung/nodepad.git nodepad
cd nodepad
npm install

node app.js
from  https://github.com/alexyoung/nodepad

No comments:

Post a Comment