@youwol/flux-builder
v0.1.1
Published
Low code application for YouWol platform
Downloads
77
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:
yarn
To build for development:
yarn build:dev
To build for production:
yarn build:prod
To run tests:
yarn test
Coverage can be evaluated using:
yarn test-coverage
To start the 'dev-server':
- add
CdnOverride(packageName="@youwol/flux-builder", port=3005)
in your YouWol configuration file (in thedispatches
list). - 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