url:
- Todo 一覧表示
- Todo 検索処理
- Todo 新規追加
- Todo 削除
- git clone
git clone git@github.com:YukiOnishi1129/202202xx-raretach-react-sample.git
- プロジェクトディレクトリに移動
- ターミナルで以下のコマンドを実行
cd 202202xx-raretach-react-sample
- node_modules を install
- ターミナルで以下のコマンドを実行
yarn
- アプリ起動
- ターミナルで以下のコマンドを実行
yarn start
- url に接続
localhost:3000
- テスト実行
- ターミナルで以下のコマンドを実行
yarn test
以下の内容がターミナルに表示されるので、「a」をクリックするとテストが実行される
Watch Usage
› Press a to run all tests.
› Press f to run only failed tests.
› Press q to quit watch mode.
› Press p to filter by a filename regex pattern.
› Press t to filter by a test name regex pattern.
› Press Enter to trigger a test run.