Browse Source
[guide] update how to start dev server
pull/415/head
Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
5 deletions
-
CONTRIBUTING.md
|
|
@ -82,12 +82,10 @@ npm install --legacy-peer-deps --dev |
|
|
|
|
|
|
|
# Backend Dev |
|
|
|
|
|
|
|
```bash |
|
|
|
npm run start-server |
|
|
|
|
|
|
|
# Or |
|
|
|
(2021-09-23 Update) |
|
|
|
|
|
|
|
node server/server.js |
|
|
|
```bash |
|
|
|
npm run start-server-dev |
|
|
|
``` |
|
|
|
|
|
|
|
It binds to `0.0.0.0:3001` by default. |
|
|
|