Skip to content

fcurella/django-channels-react-redux

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published