
上QQ阅读APP看书,第一时间看更新
Running and opening in the browser
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.