8000 GitHub - coxjonc/drf-react: Combining Django Rest Framework and React, using webpack.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000 / drf-react Public

Combining Django Rest Framework and React, using webpack.

Notifications You must be signed in to change notification settings

coxjonc/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
0