Supports ES2015 (BABEL), bundling multiple modules (WEBPACK), hot rebuilds and browser refresh in response to file modifications.
Download and unzip template to appropriate folder.
Make sure you have NodeJS and NPM installed.
Hit
npm install
to install all required dependencies.
Modify src/Template.qextmpl.
Set appropriate Qlik Sense document url parameter in the server.config.json.
Set appropriate local development server port (devServerPort parameter) in the server.config.json. Default value is 8080.
Set buildFolder for production release in the server.config.json (default value is build/).
Hit
npm run dev
for development.
Open http://localhost:8080 for development. Edit source files (src folder). Hot rebuilds starts in response to file modifications.
Hit
npm run build
for production.
build/ folder will contain all files, including zip file ready to deploy.
MIT