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.

Get hands-on with 1200+ tech skills courses.