🎨 Written by — Paul Bardea, Abhishek Madan, Andrew McBurney, Dave Pagurek Van Mossel
You should have gulp-cli
installed on your system already: yarn global add gulp-cli
.
# Install dependencies
yarn install
# Build code
yarn build
Note: test files should have the suffix: .spec.ts
# Run full test suite
yarn test
Running the in-browser example:
yarn browser
open sample.html