I recently made my github.io repository to deploy my completed app that I was previously running on my personal computer. Here is the structure of my app -
bin
public
server
app.js
package.json
The page wants to read index.html file but I want it to first read app.js and then the flow is automated from app.js.
How can i make github.io read my app.js file?