From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

The tools and the exercise files

The tools and the exercise files

- For this class, the tools we need are a code editor, the latest version of the Node and npm, also the React CLI, a tool chain to start a new app in seconds with zero configuration. And also the React developer tools, which is a browser extension. For this class, I'll be using Visual Code Studio for the demonstrations and project development. VSCode is a powerful and feature-rich IDE. IDE is short for Integrated Development Environment with several built-in tools to run and debug, to do versioning control in Git commands, and it is also highly customizable with multiple extensions available. And the good news is that VSCode is available for both operating systems of Mac and Windows. We're going to use also the React CLI, create-react-app, which is a great tool chain to get started fast with the new React projects. So you don't need to set up everything manually. Everything comes out of the box in seconds with zero…

Contents