File structure

The development file structure was delivered as seen in the image below. The files in this folder are able to already initiate the instance of the runtime engine, and is completely functional. In order to keep my code separated from the files that already came packed with the frame, I created a folder called app and kept all my functionality in it. To do this, I had to create a second index.html file and point the package.json towards it.

The app folder looked just like a normal development environment that could be seen in web development.