Acrolinx TypeScript NodeJs Boilerplate
Usage
Run npm install
Run npm run build
to build the project.
Tests
In __tests__/main.test.ts
file update acrolinxUrl
, accessToken
and clientSignature
variables with your values.
Run npm run test
You should see test results in console.