1.1.11 • Published 1 year ago
knack-client v1.1.11
Knack Client
Knack makes it easy to do amazing things with your data!
Getting Started
Prerequisites
Local development environment is already set up, with Server repo also present.
Installing
Client dependencies and dev-dependencies are managed through npm.
npm installUsage
Build scripts and styles (without minifying):
npm run buildAll client code changes require a build, so a task to watch for changes and build is included
npm run watchYou can also manually build or watch only styles
npm run build-stylesnpm run watch-stylesOr only scripts
npm run build-scriptsnpm run build-scriptsSee package.json for all possible npm run commands.
Notes
- ES6 support in common modules is currently still NOT supported but can be implemented with a loader (with increased build time).