-
In your DevLeague temp directory, create a directory called
github_api_intro. -
In
github_api_intro, create the following files and directories:js/app.js,css/styles.css(optional),index.html. -
Create the basic HTML5 structure and include the JS and CSS files in your
index.html. Be sure to reference jQuery before thejs/app.jsfile:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>