Why App.js required?

If you’re using the default browserify, you can change the entry point using browserifyOptions, as described here. You want the src option, and the default is ‘app/app.js’. If you’re using webpack, you can just define the entry point in the entry stanza of your webpack.config.js.