- 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.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- 移動UI設計(微課版)
- C語言程序設計(第2 版)
- SQL學習指南(第3版)
- C語言程序設計教程(第2版)
- Python測試開發入門與實踐
- Windows Presentation Foundation Development Cookbook
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Express Web Application Development
- QGIS Python Programming Cookbook(Second Edition)
- FFmpeg開發實戰:從零基礎到短視頻上線
- Programming Microsoft Dynamics? NAV 2015
- Web程序設計:ASP.NET(第2版)
- PowerDesigner 16 從入門到精通
- Blender 3D Cookbook