Update README.md

This commit is contained in:
Daochen Zha 2020-12-06 11:27:48 -06:00 committed by GitHub
parent 293511c371
commit 0f39a362b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ npm start
``` ```
Then launch the backend in a new terminal with Then launch the backend in a new terminal with
``` ```
cd server
python manage.py runserver python manage.py runserver
``` ```
The frontend would be started in port 3000 in localhost by default. You can view it at [http://127.0.0.1:3000/](http://127.0.0.1:3000/). The backend will run by default in [http://127.0.0.1:8000/](http://127.0.0.1:8000/). The frontend would be started in port 3000 in localhost by default. You can view it at [http://127.0.0.1:3000/](http://127.0.0.1:3000/). The backend will run by default in [http://127.0.0.1:8000/](http://127.0.0.1:8000/).