FAST AND CLEAR IN DevOps.
This item is the most simplified version Step 1: Install front end dependencies
npm install
Step 2: Build the front end
npm run build
Step 3: Start the project with Django's own server
python manage runserver
More detailed tutorials
Here: https://zhuanlan.zhihu.com/p/24893786
Have questions to mention