fast-static-site

1.0.2 • Public • Published

fast-static-site

Install

$ npm i --save fast-static-site

Usage

  var server = require( "fast-static-site" );

  server.serve( "~/" ).port( 3000 ).then( function() {
     // Run something
  },
  function( e ) {
      // Custom handle error
  } );

Binary

// in progress

Readme

Keywords

Package Sidebar

Install

npm i fast-static-site

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • jotadeveloper