Technical requirements
The code files for this chapter can be found here:
The code samples for this chapter and beyond contain extra commits that add a working backend to the application. This allows you to make requests to fetch data, which you’ll start doing in this chapter.
In the companion code repository, from Chapter06/Start onward, the npm run build command will automatically build the server.
You can then start the application by using the npm run serve command and browsing to http://localhost:3000 or http://127.0.0.1:3000.
If you run into problems
Check out the Troubleshooting section of the repository’s README.md file if you’re not able to get the application running.