Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 228 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 228 Bytes

Exchange Web Widget

To start webpack dev server

  yarn start:dev

To build for production

  yarn build

To run unit tests

  yarn test

To lint source files with eslint and prettier

  yarn lint