https://github.com/thestl/django-react-fast-refresh-boilerplate
https://dev.to/thestl/react-fast-refresh-in-django-react-kn7
https://github.com/thestl/django-react-fast-refresh-boilerplate
django hmr react-fast-refresh reactjs webpack
Last synced: about 2 months ago
JSON representation
https://dev.to/thestl/react-fast-refresh-in-django-react-kn7
- Host: GitHub
- URL: https://github.com/thestl/django-react-fast-refresh-boilerplate
- Owner: TheSTL
- License: apache-2.0
- Created: 2021-02-04T10:05:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T13:35:14.000Z (over 4 years ago)
- Last Synced: 2025-05-07T20:04:12.110Z (about 2 months ago)
- Topics: django, hmr, react-fast-refresh, reactjs, webpack
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-react-fast-refresh-boilerplate
## Quick Overview
### Run django server on http://localhost:8000/
```
cd backend
./manage.py runserver
```
### Run devserver on http://localhost:8090/
```
cd frontend
npm install
npm run start
```
Then open http://localhost:8000/ on browser## Demo
