Initializing the Application
Explore how to start a React application integrated with Firebase by using create-react-app boilerplate. Learn to organize folders and components, set up routing and role management files, and prepare your project for building a full React-Firebase app.
We'll cover the following...
Loading the Framework
Let’s get started with building our application using React and Firebase!
The application we are going to build can be set up with Facebook’s official React boilerplate project - create-react-app. You can install it globally using the command line or terminal by following the code snippet given below, after which it becomes available whenever you need it.
After you are done with the installation, you can create your project using create-react-app and name it whatever you want. In this course, we are naming the project ...