210510 TIL


森林化開発環境の構築

  • npx create-act-app-template typescript(反応+タイプスクリプトボイラプレート)
  • npx-p@storybook/clisbinit(storybook追加)
  • Redux,react-redux,styled-connts,Firebaseインストール
  • firebase config setting
  • directory structure with atomic design
  • //prettierrc
    {
      "singleQuote": false,
      "parser": "typescript",
      "semi": true,
      "useTabs": true,
      "jsxSingleQuote": true,
      "printWidth": 120
    }
    airbnb style guideを使用してeslintを設定しようとしましたが、ルールは難しく、チームメンバーも2人いるので適用されず、簡単なルールだけを設定して実行します.