-
Notifications
You must be signed in to change notification settings - Fork 2
development
Kevin Mathmann edited this page Mar 24, 2017
·
4 revisions
- Clone this repository
- Run
npm i
- Run
npm startto fire up the dev server - Open
https://localhost:7070
To use a SSL certificate you can create a ssl.crt and a ssl.key file under webpack/ssl
Run
npm run start:httpto fire up the dev server onhttp://instead ofhttps://
Use npm run build to build the project in production.
Use npm run build:qa to build the project with source-maps in qa.
Debug functions could be found under window.cwl.
window.cwl = {
ConsoleLogger: {
LEVELS, // ENUM
setLevel // Function takes LEVELS ENUM
},
ENV, // ENUM
changeEnv, // Function takes ENV ENUM
TAPPIDS, // ENUM with selected TappIds
loadTapp // Function takes TappIds
};