This Boilerplate is the setup for the React and Django combination with the django-restful apis for the web apps development..
For frontend Development
- check the node is installed or not in your working system
- then check for the react instalation. if not then you find it on docs about the installation.
- after that you need to install the the middle level libraries for forntend routings
- after that interaction with the backend server by installing the # "axios" or "fetch" library
- make sure about the virtualenv or pip environment is active and check for # django, django-rest-framework,etc. is installed already. if not then install it
- After the Project is built with the functionality then find out the requirements of the project by built an API's interaction. install external library for frontend interaction with the api by installing
2. you can build the project in main django project for easy to find and used for frontend development
4. whatever the changes are you are going for that time you need to see the result with the data from apis.
cmd : "npm run build"
