Open15

環境構築 作業ログまとめ

ピン留めされたアイテム
nus3nus3

環境構築時に使ったコマンドや作業内容を雑に貼っつける場所

nus3nus3

ESLint

nus3nus3
yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/experimental-utils @typescript-eslint/parser
yarn add -D eslint prettier eslint-config-next eslint-config-prettier eslint-plugin-import eslint-plugin-unused-imports
nus3nus3

Storybook

nus3nus3

React

yarn add -D @storybook/addon-docs @storybook/addon-essentials @storybook/addon-interactions @storybook/addon-links @storybook/builder-vite @storybook/react @storybook/testing-library
nus3nus3

Next.js

nus3nus3

Jest

nus3nus3

@swc/jest

yarn add -D @swc/core @swc/jest @types/jest jest jest-environment-jsdom 
nus3nus3

testing-library

 yarn add -D @testing-library/jest-dom @testing-library/react @testing-library/user-event
nus3nus3

gh

publicなリポジトリの作成とclone

gh repo create {リポジトリ名} --public --clone

リポジトリのclone

 gh repo clone {リポジトリ名}