0.0.8 • Published 9 years ago
ck12devsrv v0.0.8
CK-12 Dev Server
Getting Started
Installation
npm install --save-dev ck12devsrcRunning
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 gammaSpecify the port
--port=8080
-p 8081