Skip to content

Commit 5698fc8

Browse files
committed
update config
1 parent ebb256f commit 5698fc8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
PLACE-REACT-SOURCE-CODE-HERE/*
2+
!PLACE-REACT-SOURCE-CODE-HERE/PLACEHOLDER_FOR_GITIGNORE.md
3+
4+
!example/*/node_modules
15
/node_modules
26

37
# Logs

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "chrome",
99
"request": "launch",
1010
"name": "Launch Chrome against localhost",
11-
"url": "http://localhost:6002",
11+
"url": "http://localhost:6001",
1212
"webRoot": "${workspaceFolder}/react-16.6.0"
1313
}
1414
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "cd react-16.6.0 & http-server -p 6002"
7+
"start": "cd ./react-16.6.0 && http-server -p 6001"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)