Skip to content

Commit 910916d

Browse files
authored
removed port 3006 and restore to default 3000 (#101)
* removed port 3006 and restore to default 3000 * updated port in README
1 parent b2895b3 commit 910916d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Fork this repository + git clone + cd into folder
4242
npm start
4343
```
4444

45-
Visit [http://localhost:3006](http://localhost:3006)
45+
Visit [http://localhost:3000](http://localhost:3000)
4646

4747

4848
## Usage - production

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dist"
1717
],
1818
"scripts": {
19-
"start": "PORT=3006 react-scripts start",
19+
"start": "react-scripts start",
2020
"test": "react-scripts test --env=jsdom",
2121
"eject": "react-scripts eject",
2222
"build:example": "react-scripts build",

0 commit comments

Comments
 (0)