Skip to content

Django Response using React or Vue server side rendering

License

Notifications You must be signed in to change notification settings

tfoxy/django-ssr-response

Repository files navigation

django-ssr-response

Django Response using React or Vue server side rendering.

Installation

pip install django-ssr-response

Usage

python manage.py runserver
node server.js
# xdg-open http://localhost:8000

Contribute

The system must have installed:

  • python 3
  • virtualenv
  • node 8
virtualenv -p python3 venv
. venv/bin/activate
pip install -r dev-requirements.txt
npm install
# run tests:
python setup.py test

About

Django Response using React or Vue server side rendering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published