I am attempting to host my index.html file on a localhost server in order to utilize an angular routing directive. Despite following the steps, I am encountering issues.
//sidebarenchancements.json
{
"file:///C:/Users/Jdog/Desktop/projects/Calibre/social/index.html": {
"url_testing":"http://localhost",
"url_production":"http://localhost"
}
}
It's important to note that file:///c:...
is the direct url visible when I open my browser.
Do you have any suggestions? My operating system is Windows 8.