/buybook-web

Buybook Web Client

Primary LanguageTypeScript

BuyBook Frontend

Run dev server:

npm start

Run tests:

npm test

Lint and fix all:

npm run lint

Check for syntax errors:

npm run check

Run E2E tests:

npm run codeceptjs