error-messages-codesandbox
v0.2.1
Published
## Commands
Readme
Sane Error Messages User Guide
Commands
This project has been bootstrapped using TSDX. You can learn more about TSDX here
To run your module, use:
npm start # or yarn startThis builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.
To do a one-off build, use npm run build or yarn build.
To run tests, use npm test or yarn test.
Configuration
Code quality is set up for you with prettier, husky, and lint-staged. Adjust the respective fields in package.json accordingly.
Publishing to NPM
We recommend using np.
