Check this for the source of this project: https://github.com/nicholaskajoh/React-Django
npm install
pip install -r requirements.txt
npm run start
allows you to run the front-end code at http://localhost:3000/
Compile React frontend code into server Django app (adds compiled code into build/static
)
npm run build
Start Django server app
python3 manage.py runserver