0.0.8 • Published 7 years ago

ck12devsrv v0.0.8

Weekly downloads
6
License
PRIVATE
Repository
-
Last release
7 years ago

CK-12 Dev Server

Getting Started

Installation

 npm install --save-dev ck12devsrc

Running

 ck12devsrv {path to webpack config}

It is best to configure ck12devsrv as a npm script

example:

"scripts": {
  "dev": "ck12devsrv js/webpack.config.js"
}

Other Options


Specify the backend server

 --backendServer=frodo
 -b gamma

Specify the port

 --port=8080
 -p 8081