Skip to content

Commit 3eff42b

Browse files
committed
just update
1 parent 0962015 commit 3eff42b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
本プロジェクトは、[create-react-app](https://reactjs.org/docs/create-a-new-react-app.html) により作成したアプリケーションから React の学習に最低限必要な機能のみを厳選し、軽量化したものです。
1818
以下の手順でアプリケーションを起動できます。
1919

20-
$ wget https://github.com/DiveIntoHacking/react-starter-kit-in-javascript-with-node-v14.15.1/archive/v1.1.tar.gz
21-
$ tar zxvf v1.1.tar.gz
22-
$ cd react-starter-kit-in-javascript-with-node-v14.15.1-1.1
20+
$ wget https://github.com/DiveIntoHacking/react-starter-kit-in-javascript-with-node-v14.15.1/archive/v1.2.tar.gz
21+
$ tar zxvf v1.2.tar.gz
22+
$ cd react-starter-kit-in-javascript-with-node-v14.15.1-1.2
2323
$ yarn install
2424
$ yarn start
2525

2626
## アプリケーションの起動方法(Docker を使用する場合)
2727

28-
$ wget https://github.com/DiveIntoHacking/react-starter-kit-in-javascript-with-node-v14.15.1/archive/v1.1.tar.gz
29-
$ tar zxvf v1.1.tar.gz
30-
$ cd react-starter-kit-in-javascript-with-node-v14.15.1-1.1
28+
$ wget https://github.com/DiveIntoHacking/react-starter-kit-in-javascript-with-node-v14.15.1/archive/v1.2.tar.gz
29+
$ tar zxvf v1.2.tar.gz
30+
$ cd react-starter-kit-in-javascript-with-node-v14.15.1-1.2
3131
$ touch .bash_history
3232
$ docker-compose build
3333
$ docker-compose run --rm app yarn install

0 commit comments

Comments
 (0)