bloggify-server-prebuilt

Bundled and minified Bloggify server.

Usage no npm install needed!

<script type="module">
  import bloggifyServerPrebuilt from 'https://cdn.skypack.dev/bloggify-server-prebuilt';
</script>

README

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