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

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

Awesome Lists containing this project

README

        

# django-react-fast-refresh-boilerplate

Logo

## 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

![react-fast-refresh](https://user-images.githubusercontent.com/50075905/106893122-16d48c80-6713-11eb-94a7-372e9c9f0141.gif)