Hello all,
I’m a React developer and I want to use mobiscroll. I tried with the start of projects and demo projects. When I use build server - all is ok. When I use developer mode - all is ok. When I use build and try to open index.html in chrome, firefox or in safari I always have white page.
Btw, when I use
"
$yarn build
yarn run v1.13.0
warning …/…/package.json: No license field
"
however when I use “npm run-script build” I not get an “warning …/…/package.json: No license field”
When I build for production I receive a folder Build and in theory is ready to be use straight away (for example in GitHub). This is correct? Yes! But when I upload that whole folder to GitHub I receive an blank page:
Live demo:
https://mariuszsygnowski.github.io/test/
Anyone can help me?