Skip to content

Commit 7684eeb

Browse files
committed
added instructions
1 parent f371dde commit 7684eeb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## django-react
2+
3+
This project uses webpack to bundle all JS components (along with CSS). Once bundled, they are rendered on the server and then can be accessed through ```{{ raw rendered }}``` tag.
4+
5+
### Install
6+
7+
```
8+
virtualenv venv
9+
pip install -r requirements
10+
npm install
11+
npm run build
12+
13+
./manage runserver 8002
14+
npm run react-service
15+
```

0 commit comments

Comments
 (0)