Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 929 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 929 Bytes

node-littleprinter-example

A minimal node project to demonstrate the use of the littleprinter node module.

Quick Start

Clone (or fork) the Repository

$ git clone git://github.com/roylines/node-littleprinter-example.git

Personalise package.json

Personalise the package.json file for your project.

Personalise meta

Personalise the handler meta for your project. Use the official documentation as a reference.

Install Dependencies

$ cd node-littleprinter-example $ npm install

Start the Server

$ node server.js

Congratulations

You have a simple Little Printer publication server running.