React Js 第一步

Atom

突然想學 ES6, 所以開始研究了 Atom, 先參考別人的設定。
Reference: https://github.com/farrrr/atom

Plugins

Theme 簡單地用了 atom 預設的 atom-dark-ui,
其他的 plugins 雖然介紹很多, 但還是覺得先不要用太多妖魔鬼怪, 避免分散力氣去解決地雷。


ReactJS Framework

就單純的隨便找一個 Framework 來當作起手, 訴求是學習資源多的 Framework, Vue.js 好像也不錯。

ReactJS HelloWorld

# 使用 nvm 切換到 stable 的 node.js 版本
$ nvm use stable
# 在 global 安裝 create-react-app module
$ npm install -g create-react-app
# 建立 react-hello-world 專案
$ create-react-app react-hello-world
# 在 local 啟動專案
$ cd react-hello-world
$ yarn start

Preview


沒有留言:

張貼留言