I'm developing a new ArcGIS Server JavaScript application, and I'd like to show the progress to the client, so he can provide feedback as I develop it.
The application consists of an Index.html file, a *.JS file containing my code, a *.CSS file for the styles and a *.JSON file containing the map configuration. I don't have access to a public-facing web server in my organisation.
Are there any sites (preferably free) where I can upload my files, so he can run and test the application?
I looked at github but from what I can gather it's a repository, rather than a place where my application will actually run (eg, test the Identify tool and verify that it works) - please let me know if that's not correct.
Thanks