File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments