1.0.0 • Published 4 years ago
lxbxapi v1.0.0
Package title
Describe your package here...
Available commands
Start the app:
npm startStart the app in watch (dev) mode:
npm run start:watchRun tests and calculate coverage:
npm testRun tests in watch (dev) mode. This allows continuous testing while developing:
npm run test:watchRun linter (coding standard):
npm run lintFix linting errors:
npm run lint:fix