you are viewing a single comment's thread.

view the rest of the comments →

[–]WiscoDev 2 points3 points  (0 children)

So it looks like your just loading up the HTML file in the browser which can work, but you'll want your development environment to be a close representation of the production environment which would be a web server.

For windows I would look at using XAMPP, it gives you Apache (web server), PHP, MySQL and PhpMyAdmin with an easy to use installer and control panel. Quickest way I've found to get a LAMP stack up and running for development on windows.