Skip to content

Web development

Sébastien Gallou edited this page Oct 18, 2018 · 3 revisions

Web development

Tips and tricks

In Order to help web development you need to change the web folder directly to your source/www folder. To do that, in your IDE, when start debugging, add the optionnal parameter to relocate www folder :

{
   "server" : {
      "www" : " ../../sources/www"
   }
}

Web clients available

Actually only one web client works with Yadoms, wrote in HTML/JS. It works well, but is not fully responsive. Default web client

So a new one client is currently in development, based on the Angular framework. New web client

Clone this wiki locally