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

https://github.com/mic159/django-react-demo

A demo of embedding react in django
https://github.com/mic159/django-react-demo

Last synced: 10 months ago
JSON representation

A demo of embedding react in django

Awesome Lists containing this project

README

          

# Django React Demo

# Installation
1. `git clone https://github.com/mic159/django-react-demo.git`
2. `cd django-react-demo`
3. `virtualenv .env`
4. `pip install -e .`
5. `yarn install`
6. `yarn run build-client`
7. `yarn run build-server`
8. `npm run react-service &` (as a background task)
9. `demo runserver`

# License

MIT