Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8d5735

Browse files
authored
change to npm start instead of npm run server
1 parent 997c313 commit c8d5735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ It will start a local server using `webpack-dev-server` which will watch, build
7575
### Build files
7676

7777
* single run: `npm run build`
78-
* build files and watch: `npm run server`
78+
* build files and watch: `npm start`
7979

8080
## Testing
8181

0 commit comments

Comments
 (0)