
ABOUT THIS PROJECT:
-------------------
TESTBED_01 should be used as template project for other future projects that we'd like to test JavaScript features, and proof of concepts on.
This is bare bones and has no special JavaScript frameworks included like Kendo or JQuery or CSS/JavaScript libraries like BootStrap.


ABOUT LIVE SERVER:
------------------
• Any of the JavaScript stuff should have Live Server installed as an Extension.

• What is it:
    Launch a development local Server with live reload feature for static & dynamic pages.

MORE:
    Once installed, right-click on your index.html file and select Open with Live Server. This will open your project in a browser and automatically refresh it when you make changes.

    Shortcuts to Start/Stop Server:
        [NOTE: In case if you don't have any .html or .htm file in your workspace then you have to follow method no 4 & 5 to start server.]

      
        1) Open a project and click to Go Live from the status bar to turn the server on/off. Go Live Control Preview

        2) Right click on a HTML file from Explorer Window and click on Open with Live Server. Explorer Window Control.

        3) Open a HTML file and right-click on the editor and click on Open with Live Server. Edit Menu Option Preview

        4) Hit (alt+L, alt+O) to Open the Server and (alt+L, alt+C) to Stop the server (You can change the shortcut form keybinding). [On MAC, cmd+L, cmd+O and cmd+L, cmd+C]

        5) Open the Command Pallete by pressing F1 or ctrl+shift+P and type Live Server: Open With Live Server to start a server or type Live Server: Stop Live Server to stop a server.




