1
0
Fork 0
mirror of https://github.com/kou029w/jest-hands-on.git synced 2025-03-02 19:15:17 +00:00
jest-hands-on/README.md

18 lines
272 B
Markdown
Raw Normal View History

2022-02-24 17:06:32 +09:00
# Jestではじめるテスト
2021-07-27 10:54:21 +09:00
2022-02-24 17:06:32 +09:00
## ローカル環境でのビルド
### 前提
- Ubuntu 20.04 LTS
- Homebrew
### 手順
下記のコマンドを実行すると `book` ディレクトリ以下にファイルが生成されます。
```sh
brew bundle
mdbook build
```