Technical requirements
To complete this chapter, you will need a computer that can run Node.js. All common operation systems should suffice. Please install both Node.js and npm
on your machine. An editor such as VS Code is recommended.
You can download Node.js and npm
here: https://nodejs.org/en/download/.
The solution for this chapter can be found here: https://github.com/PacktPublishing/Full-Stack-Web-Development-with-Remix/tree/main/02-creating-a-new-remix-app. Try to read through this chapter first before peeking at the final code.