Skip to content

Commit 2eed089

Browse files
hiroppykt3k
authored andcommitted
chore(readme): add Install section
1 parent 68d2394 commit 2eed089

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# [nodejs.jp][homepage]
22

3-
# ビルド
3+
# インストール
4+
```sh
5+
$ yarn install
6+
```
47

5-
npm run build
8+
# ビルド
9+
```sh
10+
$ npm run build # or yarn run build
11+
```
612

713
`build/` 以下にサイトが生成されます。
814

915
# 開発サーバ起動
10-
11-
npm start
16+
```sh
17+
$ npm start # or yarn start
18+
$ open http://localhost:3100/index.html
19+
```
1220

1321
`localhost:3100` に開発用ローカルサイトが立ち上がります。
1422

0 commit comments

Comments
 (0)