I created a project with the standard template and now I have the problem that it must run also on a mobile device. In a mobile device it should look different, more “app like”. How can I create a project that runs fine on a desktop and a mobile device? What is the best way?
Bootstrap CSS is for both desktop and mobile with the same HTML. If you want to make your site more “app like” on mobile devices. You need to have desktop version and mobile version separately and customize the mobile version yourself.