From the course: React: Building Progressive Web Apps (PWAs)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Change the name of the app

Change the name of the app - React.js Tutorial

From the course: React: Building Progressive Web Apps (PWAs)

Start my 1-month free trial

Change the name of the app

- [Instructor] Let's go ahead and serve up the build folder in it's current state. Once I do that, I can head over to local host 5000. I can open our developer tools. I will specifically open the application tab, and we'll see that this app has an identity. So it says create react app sample, and the short name for this app is React App. Now this is coming straight from the create react app boiler plate. We can probably be a little bit more creative with these titles. So what I want to do is change the names here in my manifest. Now the short name here is intended to be about 12 characters. So I'm going to call this Art Videos. Then I'm going to change the description, which is a little bit longer. This can be up to 45 characters. If it's anything in excess of that, it'll just get cut off. And I can go ahead and call this Art Videos for Fun and Learning. Great, so that I have these created, I can run another build. So let me stop this. Run the build. And as we've done roughly a…

Contents