- 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.
推薦閱讀
- 計算思維與算法入門
- PowerCLI Cookbook
- Developing Middleware in Java EE 8
- Python測試開發入門與實踐
- Mastering Python Scripting for System Administrators
- 深入淺出Windows API程序設計:編程基礎篇
- 從0到1:HTML+CSS快速上手
- x86匯編語言:從實模式到保護模式(第2版)
- 快速念咒:MySQL入門指南與進階實戰
- Visual FoxPro程序設計
- Java Web程序設計任務教程
- Java系統化項目開發教程
- Python算法詳解
- Elasticsearch Essentials
- ActionScript 3.0從入門到精通(視頻實戰版)