Setting Up the Environment and Tools – Frontend
This chapter describes the development environment and tools that are needed for React so that you can start frontend development. In this chapter, we will create a simple starter React app by using the Vite frontend tooling.
In this chapter, we will cover the following topics:
- Installing Node.js
- Installing Visual Studio Code
- Creating and running a React app
- Debugging a React app