File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ JavaScript 初心者が JS の未来を見据えつつ、基礎をひととお
1313
1414 git clone https://github.com/mixi-inc/JavaScriptTraining.git
1515 cd JavaScriptTraining
16- npm install
16+ npm run setup
1717
1818
19192 . webサーバーを立ち上げる
2020
2121 下のコマンドを端末で実行してください。なお、トレーニング中は
2222 このコマンドを終了しないでください。
2323
24- $( npm bin)/gulp serve
24+ npm run serve
2525
2626
27273 . トップページにアクセスする
Original file line number Diff line number Diff line change 44 "description" : " Training course repository for JavaScript by mixi" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "help" : " $(npm bin)/gulp help"
7+ "setup" : " npm install; (cd public; bower install)" ,
8+ "help" : " $(npm bin)/gulp help" ,
9+ "serve" : " $(npm bin)/gulp serve"
810 },
911 "repository" : {
1012 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments