Introduction
It is the modern app development for Office 365 and Sharepoint 2013 environments. It is an easy way to design, develop and deploy app functionalities with help of all server components (aspx, c#), client components (Html, Java script, J-Query), SQL Data sources and SharePoint features.
Build application in Visual Studio
Next give connection to your firm,
Let’s check solution structure one by one,
Next add screens to your application with the help of,
Give sample name Home.html and some sample source code,
- <!DOCTYPEhtml>
- <html>
-
- <head>
- <title></title>
- </head>
-
- <body>
- <h1>
- welcome to your app
- </h1>
- <div>Your Content goes here.</div>
- </body>
-
- </html>
And start your deploy,
You can customize your app designs with the help of,
- <divid="msls-id-app-loading" class="ui-body-a msls-layout-ignore">
- <divclass="msls-app-loading-img">
- </div>
- <spanclass="ui-icon ui-icon-loading">
- </span>
- <divclass="ui-bottom-load">
- <div>FirstSiteApp.HTMLClient</div>
- </div>
- </div>
Check your app in your site collection,