This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Newbie development question
cgHome
Member
in Developers
Hello and Grüezi,
I am new to the Homey universe and write with VSCode, my first app, based on your starting guide. Now I have three fundamental questions:
- Which port is used for the remote debugger?
- Does the athome-cli automatically reload the modified JS files?
- Is there a development guide/tutorial (not the SDK2 doc)?
THX Chris
Comments
Now I have three fundamental questions:
- Which port is used for the remote debugger?
No idea, you can see your debug information in the console or use a external library- Does the athome-cli automatically reload the modified JS files?
No, you need to reinstall the app after making changes- Is there a development guide/tutorial (not the SDK2 doc)?
Some on the forum, for the rest all information can be found @ developers.athom.com with the getting started and after that there are some code examples or take a look at the githib of apps from the app store at the recently updated/new apps that are written in SDK 2I use the Atom editor to edit the files and GitHub Desktop to sync with my repository, but of course you can use Visual Studio or any other (text) editor.