To start dev server:
- install all project dependencies with
npm installoryarn - start the development server with
npm startoryarn start
To run tests
- run tests once
npm run testoryarn test - run and watch tests
npm run test:watchoryarn test:watch