-
Notifications
You must be signed in to change notification settings - Fork 99
Contrib
Ed Charbeneau edited this page Aug 6, 2020
·
2 revisions
- npm
- TypeScript
Install client side dependencies
npm installRun jest based unit tests
npm run testBuild TypeScript and bundle assets
npm run buildBundle assets, this is necessary if you plan do deploy an internal build of the client dependencies.
npm run bundleInstall TypeScript
npm install -g typescript