1.1.11 • Published 8 months ago

knack-client v1.1.11

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

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 install

Usage

Build scripts and styles (without minifying):

npm run build

All client code changes require a build, so a task to watch for changes and build is included

npm run watch

You can also manually build or watch only styles

npm run build-styles
npm run watch-styles

Or only scripts

npm run build-scripts
npm run build-scripts

See 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).