React is a powerful component JavaScript library. With it, you can build all kinds of user inferfaces from something as simple as a contact form all the way to an entire front end.
This project is about integrating React with Django.
- React 16.12.0
- Django 3.0.7
- Django Rest Framework 3.11.0
- Django CORS Headers 3.2.0
- Python 3.7.5
###Usage
$ cd path/to/your/dev/folder
$ mkdir reactifydjango
$ cd reactifydjango
$ git clone https://github.com/manu490/Reactify-Django .
$ git remote remove origin
$ virtualenv -p python3 .
$ source bin/activate
(reactifydjango) $ cd src
(reactifydjango) $ pip install -r requirements.txt
(reactifydjango) $ cd reactfend
(reactifydjango) $ npm install
1 - Hello World