[guide] update how to start dev server

This commit is contained in:
Louis Lam 2021-09-23 22:48:19 +08:00 committed by GitHub
parent 3fb06a8ba4
commit 6f352a6e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,12 +82,10 @@ npm install --legacy-peer-deps --dev
# Backend Dev # Backend Dev
(2021-09-23 Update)
```bash ```bash
npm run start-server npm run start-server-dev
# Or
node server/server.js
``` ```
It binds to `0.0.0.0:3001` by default. It binds to `0.0.0.0:3001` by default.