Try out DAML-on-Fabric in your browser
Outreach4 posts781 views8 likesLast activity Jun 2020
AN
anthonyOP
Jun 2020Happy to announce that we now have a DAML-on-Fabric Katacoda scenario available at daml.com/learn which means you can try the full E2E experience of launching and using a DAML application on Fabric inside of your web browser.
BE
bernhard
Jun 2020Just went through it, very slick! 
In the last step you have
yarn install
yarn build
yarn start
Do you really need the yarn build in there? I’d assume not as that creates a production build.
AN
andreolf
Jun 2020We also produced a video to show how it works.
@gyorgybalazsi i remember that you were mentioning it. Let me know if you find it useful, we would like to do it also for other integrations.
AN
anthony
Jun 2020Do you really need the
yarn buildin there? I’d assume not as that creates a production build.
Perhaps not. Will check.
Edit: It was not needed.