[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
1 changed files with 3 additions and 5 deletions

View File

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