August 2017
Beginner
374 pages
10h 41m
English
Run the application via npm start or npm run start:dev, then visit http://localhost:8080/ in a browser.
Try to log in with the following details:
You will see that logging in succeeds, and the user information (including the token) is stored in the session substate:

If you enter the wrong username and/or password, the backend will return an error, which our error handling feature will show in the application:

Read now
Unlock full access