1.0.7 • Published 8 years ago

bloggify-server-prebuilt v1.0.7

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
8 years ago

bloggify-server-prebuilt PayPal Version Downloads Get help on Codementor

Bundled and minified Bloggify server.

Installation

$ npm i --save bloggify-server-prebuilt

Example

"use strict";

const BloggifyServer = require("bloggify-server-prebuilt");

let app = new BloggifyServer(`${__dirname}/../node_modules/bloggify-app-example`);
app.onLoad(err => {
    console.log(`Bloggify server running on port ${app._serverPort}`);
});

How to contribute

Have an idea? Found a bug? See how to contribute.

Where is this library used?

If you are using this library in one of your projects, add it in this list. :sparkles:

License

MIT © Ionică Bizău

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago