This is the seed project you need to use if you're going to create an AngularJS app that will use Auth0 and an API that you're going to be developing. That API can be in any language.
If you want to connect to a third party API like Firebase or Amazon, please check this other seed.
In order to run the example you need to just start a server. What we suggest is doing the following:
- Install node
- run npm install -g serve
- run serve in the directory of this project.
Go to http://localhost:3000 and you'll see the app running :).