New install - Splashcreen and homepage

After I have send the app to emulator and to device i see the splashscreen and it not hide after start the app. With the inspect code from Chrome i see a “Device ready” page and not my homepage!!!

Why ?

I no have configured my app. it all equals to first installation.
I have only insert the text to homepage!

Thanks!

Check readme.md file in created project folder. You need to build cordova app before launching it

npm run build-dev && framework7 cordova run android, it’s correct ?

Whit this command the splash screen hide after 2 seconds but no have homepage and hot reload!

i have this error:

With this command i no have error but no have live reload when edit the code:

npm run build-dev-cordova-android && framework7 cordova run android