- Node.js .node-version と同じバージョン
- どの手段で導入しても良いですが、このチームでは nodenv を使うことをおすすめします
nodenv install
でインストール可能
- どの手段で導入しても良いですが、このチームでは nodenv を使うことをおすすめします
corepack enable # エラーが出た場合は npm i -g corepack && nodenv rehash した後にもう一度実行してください
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
dev
: runs your application onlocalhost:3000
build
: creates the production build versionserve
: runs server application for static filesaska-serve
: runs server application for static filesstart
: starts a simple server with the build production codelint
: runs the linter in all components and pagesfix
: runs the linter and fix codestest
: runs jest to test all components and pagestest:watch
: runs jest in watch modegenerate ComponentName
: to generate a component structurestorybook
: runs storybook onlocalhost:6006
build-storybook
: create the build version of storybook