- Create React App 2 Quick Start Guide
- Brandon Richey
- 53字
- 2021-07-02 12:53:27
Creating our project
Similar to the previous project, we'll start off by creating a new project with Create React App, which we'll call todoifier:
$ create-react-app todoifier
After the project has been created, we'll also verify that everything was set up correctly and runs by running start on the project:
$ yarn start
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰(zhàn)
- Oracle 12c中文版數據庫管理、應用與開發(fā)實踐教程 (清華電腦學堂)
- INSTANT Sencha Touch
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- C語言開發(fā)基礎教程(Dev-C++)(第2版)
- 圖數據庫實戰(zhàn)
- Building Wireless Sensor Networks Using Arduino
- Android移動開發(fā)案例教程:基于Android Studio開發(fā)環(huán)境
- 創(chuàng)意UI:Photoshop玩轉APP設計
- Practical GIS
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- 進入IT企業(yè)必讀的324個Java面試題
- Clojure High Performance Programming(Second Edition)
- Puppet 5 Beginner's Guide(Third Edition)