Compile the lib into the ./dist folder:
npm run build
Find problematic patterns in code using ESLint and Prettier by following Airbnb Style Guide:
npm run lint
Run unit tests using Jest:
npm run test
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Compile the lib into the ./dist folder:
npm run build
Find problematic patterns in code using ESLint and Prettier by following Airbnb Style Guide:
npm run lint
Run unit tests using Jest:
npm run test