Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 482 Bytes

File metadata and controls

34 lines (21 loc) · 482 Bytes

Acrolinx Integration Boilerplate

This sample provide a starting point for building Acrolinx Sidebar Integrations

Development

The sample uses

  1. Acrolinx Sidebar SDK
  2. Acrolinx Sidebar Interface

Other development dependencies

  1. Node > 18
  2. NPM
  3. Webpack 5
  4. TypeScript > 5
  5. Eslint
  6. Husky
  7. Prettier

How to start

npm install

Build

npm run build

Develop: Webpack in watch mode.

npm run start

Open index.html in generated dist to run the sample.