Repository | npmjs |
---|---|
@itwin/saved-views-client | link |
@itwin/saved-views-react | link |
-
Install project dependencies.
npx pnpm install
-
Start the test application.
npm start
-
You can now edit TypeScript and CSS source files and changes will automatically be reflected in the test app.
npm start
– starts the test app which can be accessed at http://localhost:7948- To enable app features that use iTwin Platform, see
packages/test-app-frontend/.env
file.
- To enable app features that use iTwin Platform, see
npm run lint
– runs ESLint on all TypeScript files in this repositorynpm run typecheck
– type checks all packages in this repository
We welcome contributions to make this project better. You can submit feature requests or report bugs by creating an issue.
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.