File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -67,19 +67,13 @@ $ yarn install
67
67
``` bash
68
68
# dev server with hot reload at http://localhost:3000
69
69
$ npm start
70
-
71
- # if you use Node 17+ use this command instead of `npm start`
72
- $ npm run start:n17
73
70
```
74
71
75
72
or
76
73
77
74
``` bash
78
75
# dev server with hot reload at http://localhost:3000
79
76
$ yarn start
80
-
81
- # if you use Node 17+ use this command instead of `yarn start`
82
- $ yarn start:n17
83
77
```
84
78
85
79
Navigate to [ http://localhost:3000 ] ( http://localhost:3000 ) . The app will automatically reload if you change any of the source files.
@@ -91,19 +85,13 @@ Run `build` to build the project. The build artifacts will be stored in the `bui
91
85
``` bash
92
86
# build for production with minification
93
87
$ npm run build
94
-
95
- # if you use Node 17+ use this command instead of `build run build`
96
- $ npm run build:n17
97
88
```
98
89
99
90
or
100
91
101
92
``` bash
102
93
# build for production with minification
103
94
$ yarn build
104
-
105
- # if you use Node 17+ use this command instead of `yarn build`
106
- $ yarn build:n17
107
95
```
108
96
109
97
## What's included
You can’t perform that action at this time.
0 commit comments