课程: React.js: Building an Interface
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
React installation
- [Instructor] The create-react-app makes it easier to create a project by installing a lot of modules. So let's go over what we got when we installed the project with create react app. I'm going to go over to the desktop and look at the folder that was installed and I'm going to drag it onto my code editor which is Visual Studio Code. Now a couple of notes. If you're comfortable with react installations, you might want to skip this video. Also, if you're working with our GitHub repo, like I am, you'll see some additional files and folders like the contributing license, notice, GitHub folder, and a different read me file than the default installation. Those are required for us to add the projects on GitHub but the rest is the default installation. Now let's go ahead and run the npm start or the yarn start command. So I'm going to pull up a terminal and go to the terminal menu and select new terminal and then type in the…