Replies: 1 comment 1 reply
-
Documentation for running the examples is in the developers guide. You must run a local build and then use e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Report
Steps to Reproduce:
examples/react
orexamples/webpack
yarn install
yarn start
Maybe there are steps I'm missing but there were no instructions for how to boot up the examples so I assumed
yarn install && yarn start
would work. Is that a bad assumtion?Expected Result:
The example project runs
Actual Result:
log output for react example:
log output for webpack example:
Environment:
v0.8.0 but since this version is only a day old I also tried v0.7.0
I've tried on mac and windows and get the same result.
Beta Was this translation helpful? Give feedback.
All reactions