Skip to content

Combining Django Rest Framework and React, using webpack.

Notifications You must be signed in to change notification settings

jlech42/drf-react

 
 

Repository files navigation

Django Rest Framework + React

Example code for the tutorial found at geezhawk.github.io.

To try it yourself, clone the repo and run:

  • npm install
  • pip install -r requirements.txt
  • export DJANGO_SECRET_KEY='your-secret-key'
  • ./node_modules/.bin/webpack --config webpack.config.js
  • python manage.py runserver

About

Combining Django Rest Framework and React, using webpack.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%