I’m trying to follow the “Backendless SDK for JavaScript API Documentation” tutorial but having some problems.
- First, the HTML mentioned in section 7 has no line similar to
- Regarding section 9, how do I open the HTML file from a web server?
- I guess I can’t see any results in Backendless due to the isues above.
Can anyone assist?
Hi @Arik_Sheffer
There are a lot of options how to run the generated html under web server, for instance on screenshots in this guide the index.html was opened from IDE
But, I guess the easiest one way for you is just add http:
in this line:
<script src="http://api.backendless.com/sdk/js/latest/backendless.min.js"></script>
then save the index.html file and open it in your web browser
Regards, Vlad