Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4b544b

Browse filesBrowse files
author
Kuniwak
committed
Can start by npm start
1 parent 55a20c8 commit a4b544b
Copy full SHA for a4b544b

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ JavaScriptTraining リポジトリを fork します。
8787
なお、トレーニング中はこのコマンドを
8888
終了しないでください。
8989

90-
npm run serve
90+
npm start
9191

9292

9393

Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"postinstall": "bower install",
88
"help": "gulp help",
9-
"serve": "gulp serve",
9+
"start": "gulp serve",
1010
"presentation": "reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'",
1111
"lint-stage-1": "gulp lint-stage-1",
1212
"lint-stage-2": "gulp lint-stage-2",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.