- Create React App 2 Quick Start Guide
- Brandon Richey
- 171字
- 2021-07-02 12:53:24
Installing prerequisites for Create React App
First and foremost, you'll need to have npm installed on the computer that you're working on. Without that, there's no way to install the prerequisite libraries and projects. You can download Node and npm for your project at https://nodejs.org, then perform the following steps:
- Find the appropriate installer package for your computer and operating system for Node and NPM at https://nodejs.org and follow the instructions provided by the installer.
- Install an appropriate code editor or Interactive Development Environment (IDE). I've had the best experiences with Visual Studio Code, so that gets my personal recommendation, but you can use anything you're comfortable with!
- Once you've installed Node and npm (if you haven't already), you're ready to go!
Now that everything is set up, working, and installed to the version that we need, we can start iterating! One of the fastest ways to learn a project is to start building it and iterating on it as we learn more, so we're going to do exactly that.
推薦閱讀
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- 編程卓越之道(卷3):軟件工程化
- TestNG Beginner's Guide
- Python進階編程:編寫更高效、優雅的Python代碼
- 面向STEM的Scratch創新課程
- Python數據結構與算法(視頻教學版)
- 時空數據建模及其應用
- Django實戰:Python Web典型模塊與項目開發
- 現代CPU性能分析與優化
- Oracle Database XE 11gR2 Jump Start Guide
- Python Social Media Analytics
- 從零開始學算法:基于Python
- ASP.NET Core 2 High Performance(Second Edition)
- Android項目實戰:博學谷
- Scratch少兒編程高手的7個好習慣