Skip to content

shu20031026/twogate-2023-J

Repository files navigation

NextJS template

Getting Started

  1. このリポジトリをクローンしてください。
  2. 次のコマンドを実行して依存関係をインストールしてください yarn install
  3. 次のコマンドを実行してローカル環境を立ち上げてください. yarn dev
  4. コマンドラインで別のタブを開き次のコマンドを実行して ngrok のサーバーを立ててください。 ngrok http 3000
  5. Open http://localhost:3000 with your browser to see the result.
  6. Run the storybook server. yarn storybook
  7. Open http://localhost:6006 with your browser to see the result.