1.44.0-M2 • Published 6 years ago
@atlasmap/ui v1.44.0-M2
User Guide
The recommended workflow is to run TSDX in one terminal:
yarn startThis builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.
Then run the example inside another:
cd example
yarn # to install dependencies
yarn startTo do a one-off build, use yarn build.
To run tests, use yarn test.