@gqcabinx/cabin-dev-server

0.5.1 • Public • Published

##cabin-dev-server

Setup

# install
npm install  cabin-dev-server babel-polyfill


require('babel-polyfill');
const cabinServer= require('cabin-dev-server').CabinDevServer;

let app = new cabinServer({
    port: 3000,
    staticPath: 'E:/work',//windows default value
});

app.start();


Readme

Keywords

none

Package Sidebar

Install

npm i @gqcabinx/cabin-dev-server

Weekly Downloads

1

Version

0.5.1

License

ISC

Unpacked Size

19.1 kB

Total Files

13

Last publish

Collaborators

  • coolperbs