https://github.com/fcurella/django-channels-react-redux
https://github.com/fcurella/django-channels-react-redux
django-channels redux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcurella/django-channels-react-redux
- Owner: fcurella
- License: bsd-3-clause
- Created: 2016-11-21T22:19:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T16:09:08.000Z (about 8 years ago)
- Last Synced: 2025-04-11T20:12:50.357Z (3 months ago)
- Topics: django-channels, redux
- Language: Python
- Size: 18.6 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Django Channels React Example
=============================Minimalistic example app that uses Django Channels to dispatch and responds to React/Redux actions.
For a reusable implementation, see `fcurella/django_redux `_.
Quickstart
----------::
$ npm install
$ npm install --devOnly
$ npm run compile$ pip install -r REQUIREMENTS.txt
$ ./manage.py migrate
$ ./manage.py runserverCredits
-------Most of this code is adapted from `johnpaulett/channel_chat `_.