You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ilya Azin edited this page Nov 26, 2020
·
1 revision
Usage
Launch dev-stand
$ npm i # install dependencies
$ npm run start # launch stand
Launch tests
$ npm run test# launch all tests
$ npm run react:test # unit tests
$ npm run lint:test # linters tests
$ npm run lint:fix # linters tests + autofix
Work with dependencies
$ npm run deps:clean # removing redundant created files, node_modules
$ npm run deps:reinstall # reinstall dependencies
API Codegen
$ npm run api:gen # generate types and hooks for work with API - once
$ npm run api:gen--watch # generate types and hooks for work with API - watch-mode