An open API service indexing awesome lists of open source software.

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

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 runserver

Credits
-------

Most of this code is adapted from `johnpaulett/channel_chat `_.