Skip to content

Basic implementation of facebook react-create-app and a django server.

Notifications You must be signed in to change notification settings

mateo-io/django-react-create-app

Repository files navigation

Django Create React App

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.

About

Basic implementation of facebook react-create-app and a django server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages