You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up a Dockerized web applicat...Setting up a Dockerized web application with Django REST APIs, ReactJS with Redux pattern, and Webpack Hot Reloading! Mouthful.
1
# Guide on how to create and set up a Dockerized web app using Django REST APIs and ReactJS
2
Hopefully this will answer *"How do I setup or start a Django project using REST Framework and ReactJS?"*
3
4
I created this because it was __SUCH__ a pain in the ass setting up a project using all the latest technologies.
5
After some research, I figured it out and have it working. The repo that implements this is located [here](https://github.com/genomics-geek/django_reactjs_boilerplate). Feel free to use it as a boilerplate ;)