Skip to content

React frontend with django backend and the magic of webpack.

Notifications You must be signed in to change notification settings

Zaccc123/react-django

Repository files navigation

ReactJS with Django backend

CircleCI

This is a sample project that demonstrate how ReactJS could be use as a frontend on Django with the help of webpack.

A complete guide could be found here:

We would be able to achieve this:

Checkout the correct branch to start:

$ git clone -b start git@github.com:Zaccc123/react-django.git   #start of part1
$ git clone -b part2 git@github.com:Zaccc123/react-django.git   #start of part2
$ git clone -b part3 git@github.com:Zaccc123/react-django.git   #start of part3

To run the complete project, just checkout the master branch and do this:

$ git clone git@github.com:Zaccc123/react-django.git
$ npm run watch
$ python manage.py rumserver #on another session

Live Production Example

I have also use the exact same setup to create a iOS App Landing page.

About

React frontend with django backend and the magic of webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages