django-serve-spa

Serve SPAs with Django


Keywords
django, spa, react, serve
License
BSD-3-Clause
Install
pip install django-serve-spa==0.1.0a4

Documentation

Django serve SPA

Serve SPAs with Django

Development and Testing

IDE Setup

Add the example directory to the PYTHONPATH in your IDE to avoid seeing import warnings in the tests modules. If you are using PyCharm, this is already set up.

Running the Tests

Install requirements

pip install -r requirements.txt

For local environment

pytest

For all supported environments

tox