Skip to content

Commit a162534

Browse files
authored
Create README.md
1 parent 19ec5ff commit a162534

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# django-react-fast-refresh-boilerplate
2+
3+
<img alt="Logo" align="right" src="https://create-react-app.dev/img/logo.svg" width="20%" />
4+
5+
## Quick Overview
6+
7+
### Run django server on http://localhost:8000/
8+
```
9+
cd backend
10+
./manage.py runserver
11+
```
12+
### Run devserver on http://localhost:8090/
13+
```
14+
cd frontend
15+
npm install
16+
npm run start
17+
```
18+
Then open http://localhost:8000/ on browser
19+
20+
## Demo
21+
22+
![react-fast-refresh](https://user-images.githubusercontent.com/50075905/106893122-16d48c80-6713-11eb-94a7-372e9c9f0141.gif)

0 commit comments

Comments
 (0)