git clone https://github.com/reauv/component-workbench.git
npm install
There are various NPM scripts you can use to use the workbench.
npm start
to start the React Storybooknpm run test
to run your testsnpm run test:watch
to run your tests & keep watching them, relevant tests will re-run if you change your codenpm run lint
to lint your code with eslint