Split server start into 2 blocks, use npm i
This commit is contained in:
parent
b2accaff47
commit
85ca312192
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
```sh
|
||||
pip install -r requirements.txt
|
||||
npm install
|
||||
npm i
|
||||
```
|
||||
|
||||
## 2. Make migrations
|
||||
|
@ -28,6 +28,10 @@ python manage.py migrate
|
|||
|
||||
```sh
|
||||
python manage.py runserver
|
||||
```
|
||||
|
||||
```sh
|
||||
cd frontend
|
||||
npm run dev
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue