Simple application with 3 pages : a public home page, a private users page and a login page.
- uses angular-ui-router transitions provider to manage pages authentication
- uses localstorage to store the connected user
- Launch
json-server db.jsoninto the backend directory - Launch
gulp devand thenlive-serverin the frontend directory - Application reachable by default at http://localhost:8080