bloggify-server-prebuilt

1.0.7 • Public • Published

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.

License

MIT © Ionică Bizău

Package Sidebar

Install

npm i bloggify-server-prebuilt

Weekly Downloads

8

Version

1.0.7

License

MIT

Last publish

Collaborators

  • ionicabizau