-
use
src
attribute instead of name for icons, because using thename
attribute would include all icons in the build- (and we manually exlude them from the xdc because of that right now in
./create-webxdc.sh
)
- (and we manually exlude them from the xdc because of that right now in
-
dedicated webxdc-dev tool does not work in github codespaces, because it relies on multiple ports
-
sometimes build gets broken if you run
npm start
andnpm run build
simultaneously.rm -r www
and do a clean build helps in this case.
npm start
// TODO
npm run build
npm test
npm run test.watch
Hint: If you just want to quickly try it out you could use github codespaces.