2.0.0-beta.1 • Published 7 years ago

@frctl/server v2.0.0-beta.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Fractal Server

Component API server for Fractal

Installation

Install from NPM:

npm i @frctl/server

Usage

const fractal = require('@frctl/fractal')({
  // fractal config here...
})
const server = require('@frctl/server')(fractal, {
  // opts go here...
});

server.start();

Requirements

  • Node >= v7.6