engage ui
1.0.0
Note: Yarn is not supported to @types/react conflicts among packages
npm install typescript tslint -grd /s /q node_modules
b. npm cache clear --forcenpm inpm run build-dev: This will build the source code in development mode.
npm run build-release: This will build the source code in production mode.
npm run test: This will run all unit tests
npm run check: This will run all the checks, including lint, build, unit tests.
npm run example: This will the example application in ./example/src for testing purposes.
Additional commands can be found in package.json.
npm run docs: This will run the documentation application which documents all the components.
Create an issue or feature request.