@youwol/flux-builder
v0.1.1
Published
Low code application for YouWol platform
Readme
@youwol/flux-builder
Low code application for YouWol platform
This library is part of the hybrid cloud/local ecosystem YouWol.
Links
Installation, Build, Test
To install the required dependencies:
yarnTo build for development:
yarn build:devTo build for production:
yarn build:prodTo run tests:
yarn testCoverage can be evaluated using:
yarn test-coverageTo start the 'dev-server':
- add
CdnOverride(packageName="@youwol/flux-builder", port=3005)in your YouWol configuration file (in thedispatcheslist). - start py-youwol
- then execute
yarn start
The application can be accessed here (providing py-youwol
running using the default port 2000).
To generate code's documentation:
yarn doc