Skip to content
Snippets Groups Projects
Christoph Reiter's avatar
Reiter, Christoph authored
Use tdd in all cases to be more consisstend.
Also since last year we can use chai with rollup directly, so
do that everywhere instead of relying on karma-chai injecting
it in to the global scope.
356f78b4
History

Frontend Toolkit

Overview

This repository uses yarn 1.x workspaces to link multiple separate packages together and to hoist all shared dependencies to the top level node_modules.

In addition we use lerna for running commands for all contained packages (until we switch to yarn 2.x which should support this directly).

Setup

yarn install

cd packges/some-package and continue development with yarn run watch etc.

Other commands

  • yarn run test - Run test for all packages
  • yarn run clean - Removes all node_modules directories.