Initializing the Application
This lesson helps you set up the React environment required to build our 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.
Press + to interact
npm install -g create-react-app
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 ...
Access this course and 1400+ top-rated courses and projects.