We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb256f commit 5698fc8Copy full SHA for 5698fc8
.gitignore
@@ -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
5
/node_modules
6
7
# Logs
.vscode/launch.json
@@ -8,7 +8,7 @@
8
"type": "chrome",
9
"request": "launch",
10
"name": "Launch Chrome against localhost",
11
- "url": "http://localhost:6002",
+ "url": "http://localhost:6001",
12
"webRoot": "${workspaceFolder}/react-16.6.0"
13
}
14
]
package.json
@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
- "start": "cd react-16.6.0 & http-server -p 6002"
+ "start": "cd ./react-16.6.0 && http-server -p 6001"
},
"repository": {
"type": "git",
0 commit comments