May 2018
Intermediate to advanced
470 pages
13h 54m
English
The client code up to this point can be run to view the Home component in the browser at the root URL. To run the application, use the following command:
npm run development
Then, open the root URL (http://localhost:3000) in the browser to see the Home component.
The Home component developed here is a basic view component without interactive features and does not require the use of the backend APIs for user CRUD or auth. However, the remaining view components for our skeleton frontend will need the backend APIs and auth.
Read now
Unlock full access