# 從 jQuery 到 React
###### tags: `KK 工具箱`
## 05/30(四)18:30 - 21:30
### 環境建置
* 推薦使用 [iTerm2](https://www.iterm2.com/) + [oh-my-zsh](https://ohmyz.sh/)
* cd
* ls
* rm
* mv
* 推薦使用 [VS Code Editor](https://code.visualstudio.com/)
* 推薦插件
* prettier
* vscode-icons
* path intellisense
* npm intellisense
* code spell checker
* 推薦使用 [yarn](https://yarnpkg.com) 套件管理工具
* yarn v.s. npm install
* yarn (global) add v.s. npm install {pkg}