- 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
推薦閱讀
- JavaScript前端開發(fā)模塊化教程
- Spring 5.0 By Example
- TypeScript實(shí)戰(zhàn)指南
- QGIS By Example
- 區(qū)塊鏈技術(shù)與應(yīng)用
- C#開發(fā)案例精粹
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- Angular應(yīng)用程序開發(fā)指南
- IBM Cognos TM1 Developer's Certification guide
- Instant Zurb Foundation 4
- Scala Functional Programming Patterns
- Visual Basic語言程序設(shè)計(jì)基礎(chǔ)(第3版)
- Python GUI Programming Cookbook(Second Edition)
- HTML5 WebSocket權(quán)威指南