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 b2895b3 commit 910916dCopy full SHA for 910916d
README.md
@@ -42,7 +42,7 @@ Fork this repository + git clone + cd into folder
42
npm start
43
```
44
45
-Visit [http://localhost:3006](http://localhost:3006)
+Visit [http://localhost:3000](http://localhost:3000)
46
47
48
## Usage - production
package.json
@@ -16,7 +16,7 @@
16
"dist"
17
],
18
"scripts": {
19
- "start": "PORT=3006 react-scripts start",
+ "start": "react-scripts start",
20
"test": "react-scripts test --env=jsdom",
21
"eject": "react-scripts eject",
22
"build:example": "react-scripts build",
0 commit comments