Read the following instructions in order start working frictionlessly in NBG Developer Studio:
-
Customize your editor by clicking on the gear icon at the top right corner of the editor ->
-
Open your files using Quickopen (Ctrl/Cmd + Shift + O)
-
Auto-format your HTML and CSS files selecting the number of lines you want to auto-format and pressing Shift + Tab
-
Check out our introductory guides: https://www.sourcelair.com/guides
-
If you have any thoughts, issues or proposals for SourceLair, it would be great if you could send us an email at support@sourcelair.com
Nbg's Net Core template is a host template that serves a simple .html index page
That page is consisted by three links which you can click and then a function is called which makes a call to NBG's API
In order to create your personal sandbox in your project you need to change the REPLACE_THIS_VALUE parameter of the Controllers/CallsController.cs file to match your personal data
The response of your calls will be visible in a new browser window
Have fun coding in your browser!