Create a project directory
Now create a virtual environment
Activate the virtual environment
Install Django first
Create new django project
django-admin startproject --template https://github.com/phatakp/drf-react-template/archive/master.zip setup .
Install necessary requirements
Update DB details in local settings file. Run Python migrate
For React - install dependencies
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!