-
Notifications
You must be signed in to change notification settings - Fork 41
Contrib
Ed Charbeneau edited this page Aug 6, 2020
·
2 revisions
- npm
- TypeScript
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
Install TypeScript
npm install -g typescript