sahas- / auth0-angular-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install http-server to run angular using express server for local dev

npm install http-server -g

install dependencies

npm install

update domain and clientID in app.js

authProvider.init({ domain: 'yourdomain.auth0.com', clientID: 'clientID' });

run

http-server

About


Languages

Language:HTML 53.4%Language:JavaScript 46.6%