Skip to content

This repository includes a boilerplate project that uses Django as a backend, ReactJS as frontend and Redux as a state container

License

Notifications You must be signed in to change notification settings

mykelson/django-react-redux

Repository files navigation

Django React Redux Boilerplate project

About this boilerplate

This is intended to be a simple project that uses Django as the backend for authentication and React and Redux as the frontend stack so the user can get set up fast. It comes with login, # and logout already configured. The rest is up to you! I meant it to be this way, so that the user can configure it to their needs. It uses the following stack:

How to get up and running

  • $ git clone git@github.com:mtusman/django-react-redux.git
  • $ cd django-react-redux/backend
  • $ pip install -r requirements.txt
  • $ python manage.py migrate
  • $ python manage.py runserver

Then open up another terminal

  • $ cd django-react-redux
  • npm install
  • npm start

Then just visit http://localhost:7770/

Todo

  • Upload test file

Images

About

This repository includes a boilerplate project that uses Django as a backend, ReactJS as frontend and Redux as a state container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published