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
- Host: GitHub
- URL: https://github.com/mic159/django-react-demo
- Owner: mic159
- Created: 2015-04-20T01:07:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T16:39:23.000Z (over 3 years ago)
- Last Synced: 2025-03-30T06:41:15.337Z (about 1 year ago)
- Language: Python
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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