This is a very lean implementation of React and python Django.
##Requirements
- Node
- Npm
- Python
##Installation
####In two commands
git clone https://github.com/mateo-io/django-react-create-app djangoreact && cd djangoreact && rm -drf .git && git init && npm install && pip install -r requirements.txt && npm run webpack
python manage.py runserver
git clone https://github.com/mateo-io/django-react-create-app djangoreact
cd djangoreact
git rm .git && git init
npm install
npm run webpack
pip install -r requirements.txt
python manage.py runserver
Now go to localhost:8000 and you'll see your React Hello World App running!
This project uses Django Webpack Loader.
Want more features? Django-React-Redux from Seedstars is the way to go.