Skip to content

Contrib

Ed Charbeneau edited this page Aug 6, 2020 · 2 revisions

Prerequisites

  • npm
  • TypeScript

Getting Started

Install client side dependencies

npm install

Run jest based unit tests

npm run test

Build TypeScript and bundle assets

npm run build

Bundle assets, this is necessary if you plan do deploy an internal build of the client dependencies.

npm run bundle

Common Build Errors

'tsc' is not recognized as an internal or external command

Install TypeScript

npm install -g typescript