Ionic serve issue with Auth0

I’m following this tutorial for integrating auth0 with Ionic2 but upon running ionic serve I am given a blank screen and a huge list of warnings, ive run through the tutorial listed below and changed what I have needed to.

Checking the console it shows the following

main.css Failed to load resource: the server responded with a status of 404 (Not Found)
main.js Failed to load resource: the server responded with a status of 404 (Not Found)
main.css Failed to load resource: the server responded with a status of 404 (Not Found)

WebSocket connection to ‘ws://10.0.0.25:35729/livereload’ failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

Ive run ionic serve on the test & & myApp folders that come included and they run fine with ionic serve

Any suggestions?

thanks